mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-21 05:13:40 +00:00
Update Boot Image with CU Article 19
This commit is contained in:
@ -89,7 +89,7 @@ Before modifying the desired boot image, make a backup copy of the boot image. F
|
||||
|
||||
Create a new empty empty folder to mount the boot image to. For example, `C:\Mount`.
|
||||
|
||||
### [:::image type="icon" source="images/icons/powershell.svg"{ width=50%,height:50% }::: **PowerShell**](#tab/powershell)
|
||||
### [:::image type="icon" source="images/icons/powershell.svg"{: width=50% height:50%}::: **PowerShell**](#tab/powershell)
|
||||
|
||||
```powershell
|
||||
Mount-WindowsImage -Path "<Mount_folder_path>" -ImagePath "<Boot_image_path>\<boot_image>.wim" -Index 1 -Verbose
|
||||
@ -97,7 +97,7 @@ Mount-WindowsImage -Path "<Mount_folder_path>" -ImagePath "<Boot_image_path>\<bo
|
||||
|
||||
For more information, see [Mount-WindowsImage](/powershell/module/dism/mount-windowsimage).
|
||||
|
||||
### [:::image type="icon" source="images/icons/command-prompt.svg" { width=50%,height:50% }::: **Command Line**](#tab/command-line)
|
||||
### [:::image type="icon" source="images/icons/command-prompt.svg =18x18"::: **Command Line**](#tab/command-line)
|
||||
|
||||
```cmd
|
||||
DISM.exe /Mount-image /imagefile:"<Boot_image_path>" /Index:1 /MountDir:"<Mount_folder_path>"
|
||||
|
Reference in New Issue
Block a user