You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/generalize.md
-13Lines changed: 0 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,19 +108,6 @@ To generalize your Windows VM, follow these steps:
108
108
6. The VM will shut down when Sysprep is finished generalizing the VM. Do not restart the VM.
109
109
110
110
111
-
112
-
> [!TIP]
113
-
> **Optional** Use [DISM](/windows-hardware/manufacture/desktop/dism-optimize-image-command-line-options) to optimize your image and reduce your VM's first boot time.
114
-
>
115
-
> To optimize your image, mount your VHD by double-clicking on it in Windows explorer, and then run DISM with the `/optimize-image` parameter.
116
-
>
117
-
> ```cmd
118
-
> DISM /image:D:\ /optimize-image /boot
119
-
> ```
120
-
> Where D: is the mounted VHD's path.
121
-
>
122
-
> Running `DISM /optimize-image` should be the last modification you make to your VHD. If you make any changes to your VHD prior to deployment, you'll have to run `DISM /optimize-image` again.
123
-
124
111
Once Sysprep has finished, set the status of the virtual machine to **Generalized**.
0 commit comments