w10install/wim/umount-wim.cmd
Michael H.G. Schmidt 09b3c6ef11 .
2021-01-10 15:49:37 +01:00

11 lines
195 B
Batchfile

@echo off
set SOURCES=c:\TEMP\W10\sources
set MNT=c:\TEMP\WIM
echo unmounting wim and discarding changes ...
dism /Unmount-Wim /MountDir:%MNT% /Discard
echo cleaning up ...
dism /Cleanup-Wim