w10install/umount-wim.cmd

7 lines
124 B
Batchfile
Raw Normal View History

2020-12-23 16:44:26 +01:00
set SOURCES=c:\TEMP\Win10\sources
set MNT=c:\TEMP\WIM
2020-12-20 18:37:15 +01:00
dism /Unmount-Wim /MountDir:%MNT% /Discard
2020-12-21 00:57:12 +01:00
dism /Cleanup-Wim
2020-12-20 18:37:15 +01:00