w10install/wim/umount-image.cmd

11 lines
205 B
Batchfile
Raw Normal View History

2021-01-29 21:34:08 +01:00
@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