Skip to content

Commit 4e14256

Browse files
(Azure CXP) resolves MicrosoftDocs/azure-docs#53471
Fixed wrongly mentioned \\ to \ in command snippet. Referred https://docs.microsoft.com/en-us/azure/virtual-machines/windows/prepare-for-upload-vhd-image#use-powershell-to-convert-the-disk for confirmation
1 parent 2671a93 commit 4e14256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-desktop/set-up-customize-master-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ If you create a VM from an existing VHD, it creates a dynamic disk by default. I
5353
You can also run the following PowerShell cmdlet to change the disk to a fixed disk.
5454

5555
```powershell
56-
Convert-VHD –Path c:\\test\\MY-VM.vhdx –DestinationPath c:\\test\\MY-NEW-VM.vhd -VHDType Fixed
56+
Convert-VHD –Path c:\test\MY-VM.vhdx –DestinationPath c:\test\MY-NEW-VM.vhd -VHDType Fixed
5757
```
5858

5959
## Software preparation and installation

0 commit comments

Comments
 (0)