Sysprep: Difference between revisions

From Piszczynski
(Created page with "==Sysprep== To use sysprep open CMD and go to the location of the sysprep EXE: %WINDIR%\system32\sysprep\sysprep.exe Then you can uses the /generalize command and select the options from the options box that appears:")
 
Line 5: Line 5:
%WINDIR%\system32\sysprep\sysprep.exe
%WINDIR%\system32\sysprep\sysprep.exe


Then you can uses the /generalize command and select the options from the options box that appears:
Then you can uses the /generalize command and select the options from the options box that appears or use the following command to ready the VM to be shutdown before cloning the VM:<syntaxhighlight lang="powershell">
%WINDIR%\system32\sysprep\sysprep.exe /generalize /shutdown /oobe
</syntaxhighlight>

Revision as of 18:29, 27 January 2024

Sysprep

To use sysprep open CMD and go to the location of the sysprep EXE:

%WINDIR%\system32\sysprep\sysprep.exe

Then you can uses the /generalize command and select the options from the options box that appears or use the following command to ready the VM to be shutdown before cloning the VM:

%WINDIR%\system32\sysprep\sysprep.exe /generalize /shutdown /oobe