w10install/image/umount-all.cmd
Michael H.G. Schmidt 86f20fadd5 bugfixes
2023-12-25 22:05:37 +01:00

19 lines
408 B
Batchfile

@echo off
set IMAGE=%SystemDrive%\TEMP\IMAGE
set BOOT=%SystemDrive%\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
dism /Cleanup-Mountpoints
echo showing status ...
dism /Get-MountedWimInfo