Skip to content

Commit 9db2b0d

Browse files
Merge pull request #208370 from PriyankaRudramaina/patch-23
(AzureCXP) fixes MicrosoftDocs/azure-docs#97113
2 parents b6b60df + b20e325 commit 9db2b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/generalize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ To generalize your Windows VM, follow these steps:
9191

9292
5. Then change the directory to %windir%\system32\sysprep, and then run:
9393
```
94-
sysprep /generalize /shutdown /mode:vm
94+
sysprep.exe /oobe /generalize /mode:vm /shutdown
9595
```
9696
6. The VM will shut down when Sysprep is finished generalizing the VM. Do not restart the VM.
9797

0 commit comments

Comments
 (0)