Pre-Install Programs With Windows
https://www.youtube.com/watch?v=nG-XhJeQBKs&t=964s
Pre-Install Programs With Windows
Commands
* Use this to create image* Use this to create image
dism /Capture-Image /ImageFile:{Path of image file} /CaptureDir:{Prob. C:\} /Name:{Name of image} /Compress:max
* User this to convert wim to esd
Dism /Export-Image /SourceImageFile:{Path to wim image} /SourceIndex:1 /DestinationImageFile:{Path to save esd image} /Compress:recovery /CheckIntegrity
Comments