Last active
May 6, 2023 08:44
-
-
Save JonnyTech/e04c9fd0c4c16fab98d3fbcc518abff0 to your computer and use it in GitHub Desktop.
wds image
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sysprep /generalize /oobe /shutdown /unattend:unattend.xml | |
https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/capture-images-of-hard-disk-partitions-using-dism | |
dism /Capture-Image /ImageFile:filename.wim /CaptureDir:C:\ /Name:"Image name" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment