8 lines
139 B
Batchfile
8 lines
139 B
Batchfile
@echo off
|
|
set SOURCES="c:\TEMP\Win10\sources"
|
|
set MNT="c:\TEMP\WIM"
|
|
|
|
dism /Unmount-Wim /MountDir:%MNT% /Discard
|
|
dism /Cleanup-Wim
|
|
|