6 lines
108 B
Batchfile
6 lines
108 B
Batchfile
set SOURCES="c:\TEMP\Win10\sources"
|
|
set MNT="c:\TEMP\WIM"
|
|
|
|
dism /Unmount-Wim /MountDir:%MNT% /Discard
|
|
|