This commit is contained in:
Michael H.G. Schmidt 2023-12-06 15:47:03 +01:00
parent c8bb074b61
commit 2257844ea2

View File

@ -21,7 +21,8 @@ taskkill /F /IM DesktopInfo64.exe 2>nul
echo.
echo saving snapcontrol.ini ...
copy /Y %TOOLS%\snapcontrol.ini %SystemDrive% 1>nul 2>nul
copy /Y %TOOLS%\snapcontrol.ini %SystemDrive%\ 1>nul 2>nul
echo.
echo deleting %TOOLS% ...
takeown /F %TOOLS% /R /D Y 1>nul