Update configure-endpoints-vdi.md

Changing commands to italic text
This commit is contained in:
amirsc3
2020-04-13 18:33:48 +03:00
committed by GitHub
parent 3824cdf52c
commit 66987cd3f3

View File

@ -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>