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 15
This commit is contained in:
parent
1c1d83ed60
commit
f7815742f6
@ -300,7 +300,7 @@ For more information, see [DISM Operating System Package (.cab or .msu) Servicin
|
|||||||
|
|
||||||
## Step 11: Unmount boot image and save changes
|
## Step 11: Unmount boot image and save changes
|
||||||
|
|
||||||
- Once drivers, optional components, and the cumulative update (CU) have been applied to the boot image, unmount the boot image and save changes.
|
Once drivers, optional components, and the cumulative update (CU) have been applied to the boot image, unmount the boot image and save changes.
|
||||||
|
|
||||||
### [**PowerShell**](#tab/powershell)
|
### [**PowerShell**](#tab/powershell)
|
||||||
|
|
||||||
@ -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:
|
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
|
```powershell
|
||||||
Export-WindowsImage -SourceImagePath "<Boot_image_path>\<boot_image>.wim" -SourceIndex 1 -DestinationImagePath "<Boot_image_path>\<boot_image>-export.wim" -CompressionType max -Verbose
|
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).
|
For more information, see [Export-WindowsImage](/powershell/module/dism/export-windowsimage).
|
||||||
|
|
||||||
### [**Command Line**](#tab/command-line)
|
# [**Command Line**](#tab/command-line)
|
||||||
|
|
||||||
```cmd
|
```cmd
|
||||||
DISM.exe /Export-Image /SourceImageFile:"<Boot_image_path>\<boot_image>.wim" /SourceIndex:1 /DestinationImageFile:"<Boot_image_path>\<boot_image>-export.wim"
|
DISM.exe /Export-Image /SourceImageFile:"<Boot_image_path>\<boot_image>.wim" /SourceIndex:1 /DestinationImageFile:"<Boot_image_path>\<boot_image>-export.wim"
|
||||||
@ -344,8 +344,8 @@ For more information, see [Modify a Windows image using DISM: Unmounting an imag
|
|||||||
|
|
||||||
1. Once the export has completed, delete the original boot image and then rename the exported boot image with the name of the original boot image.
|
1. Once the export has completed, delete the original boot image and then rename the exported boot image with the name of the original boot image.
|
||||||
|
|
||||||
## Considerations for Microsoft Configuration Manager
|
## Microsoft Configuration Manager considerations
|
||||||
|
|
||||||
## Considerations for Microsoft Deployment Toolkit (MDT)
|
## Microsoft Deployment Toolkit (MDT) considerations
|
||||||
|
|
||||||
## Considerations for Windows Deployment Services (WDS)
|
## Windows Deployment Services (WDS) considerations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user