Here are the commandline parameters for capture and deplyoment:
- capture image:
- dism.exe /Capture-Image /ImageFile:<location to save wim-file> /CaptureDir:C:\ /Name:"<name>" /compress:maximum /verify /ScratchDir:W:\
- deploy image:
- dism.exe /Apply-Image /ImageFile:<location of wim-file> /index:1 /ApplyDir:c:\