mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-17 07:47:22 +00:00
Update Boot Image with CU Article 16
This commit is contained in:
parent
f7815742f6
commit
59a9cb288e
@ -324,7 +324,7 @@ For more information, see [Modify a Windows image using DISM: Unmounting an imag
|
||||
|
||||
1. Once the boot image has been unmounted and saved, its size can be further reduced by exporting it:
|
||||
|
||||
# [**PowerShell**](#tab/powershell)
|
||||
### [**PowerShell**](#tab/powershell)
|
||||
|
||||
```powershell
|
||||
Export-WindowsImage -SourceImagePath "<Boot_image_path>\<boot_image>.wim" -SourceIndex 1 -DestinationImagePath "<Boot_image_path>\<boot_image>-export.wim" -CompressionType max -Verbose
|
||||
@ -332,7 +332,7 @@ For more information, see [Modify a Windows image using DISM: Unmounting an imag
|
||||
|
||||
For more information, see [Export-WindowsImage](/powershell/module/dism/export-windowsimage).
|
||||
|
||||
# [**Command Line**](#tab/command-line)
|
||||
### [**Command Line**](#tab/command-line)
|
||||
|
||||
```cmd
|
||||
DISM.exe /Export-Image /SourceImageFile:"<Boot_image_path>\<boot_image>.wim" /SourceIndex:1 /DestinationImageFile:"<Boot_image_path>\<boot_image>-export.wim"
|
||||
|
Loading…
x
Reference in New Issue
Block a user