w10install/image/umount-all.cmd

15 lines
306 B
Batchfile
Raw Normal View History

@echo off
set IMAGE=c:\TEMP\IMAGE
set BOOT=c:\TEMP\BOOT
echo unmounting image and discarding changes ...
dism /Unmount-Wim /MountDir:%IMAGE% /Discard
echo.
echo unmounting boot and discarding changes ...
dism /Unmount-Wim /MountDir:%BOOT% /Discard
echo cleaning up ...
dism /Cleanup-Wim