update _Cleanup.bat (Cleanup-Mountpoints)

This commit is contained in:
slore 2020-01-03 21:33:00 +08:00
parent c8b03adb7f
commit 8318f96fce

View File

@ -34,6 +34,7 @@ if "x%USE_WIMLIB%"=="x1" goto :UNMOUNT_SKIPPED
if exist "%_WB_MNT_DIR%\Windows" (
call WIM_UnMounter.bat "%_WB_MNT_DIR%" %UNMNT_OPT% base_wim_mounted
)
dism /Cleanup-Mountpoints
:UNMOUNT_SKIPPED
echo Cleanup finished.