Skip to content

Commit b20e325

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#97113
This command: "sysprep /generalize /shutdown /mode:vm" introduces a pop-up window that asks options which may cause confusion to the user https://microsoft-my.sharepoint.com/:i:/p/mariliu/EYx0nDpWpj5Hhy7rTYre2g0Bg5m_GvkiYlpDrsJg1IkcWQ?e=D8ebDX Suggest to use sysprep.exe /oobe /generalize /mode:vm /shutdown instead. Content author Cynthn approved this PR
1 parent b6b60df commit b20e325

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)