w10install/wim/umount.image.cmd
Michael H.G. Schmidt 3fc6dd7972 .
2021-01-29 21:34:08 +01:00

11 lines
205 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