删除无用文件

This commit is contained in:
dragonflylee 2017-12-19 13:27:50 +08:00
parent 2990965977
commit 5f3a8c838d

View File

@ -134,6 +134,7 @@ if exist "%RollupPath%" (
call :IntRecovery "%~1", "%RollupPath%"
)
endlocal
%NSudo% cmd.exe /c rd /s /q "%~1\Windows\WinSxS\Temp\PendingDeletes"
%NSudo% cmd.exe /c rd /s /q "%~1\Windows\WinSxS\ManifestCache"
goto :eof