mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 18:33:43 +00:00
Update configure-endpoints-vdi.md
Changing commands to italic text
This commit is contained in:
@ -98,9 +98,9 @@ The following steps will guide you through onboarding VDI machines and will high
|
|||||||
# Updating non-persistent virtual desktop infrastructure (VDI) images
|
# Updating non-persistent virtual desktop infrastructure (VDI) images
|
||||||
- As a best practice, we recommend using offline servicing tools to patch golden/master images.<br>
|
- As a best practice, we recommend using offline servicing tools to patch golden/master images.<br>
|
||||||
For example, you can use the below commands to install an update while the image remains offline:<br>
|
For example, you can use the below commands to install an update while the image remains offline:<br>
|
||||||
DISM /Mount-image /ImageFile:"D:\Win10-1909.vhdx" /index:1 /MountDir:"C:\Temp\OfflineServicing"<br>
|
*DISM /Mount-image /ImageFile:"D:\Win10-1909.vhdx" /index:1 /MountDir:"C:\Temp\OfflineServicing"*<br>
|
||||||
DISM /Image:"C:\Temp\OfflineServicing" /Add-Package /Packagepath:"C:\temp\patch\windows10.0-kb4541338-x64.msu"<br>
|
*DISM /Image:"C:\Temp\OfflineServicing" /Add-Package /Packagepath:"C:\temp\patch\windows10.0-kb4541338-x64.msu"*<br>
|
||||||
DISM /Unmount-Image /MountDir:"C:\Temp\OfflineServicing" /commit<br>
|
*DISM /Unmount-Image /MountDir:"C:\Temp\OfflineServicing" /commit*<br>
|
||||||
|
|
||||||
For more information on DISM commands and offline servicing, please refer to the articles below:<br>
|
For more information on DISM commands and offline servicing, please refer to the articles below:<br>
|
||||||
https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/mount-and-modify-a-windows-image-using-dism<br>
|
https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/mount-and-modify-a-windows-image-using-dism<br>
|
||||||
|
Reference in New Issue
Block a user