This commit is contained in:
Michael H.G. Schmidt 2023-02-22 16:41:39 +01:00
parent 608f94d2a5
commit ea29c96a90

View File

@ -16,6 +16,10 @@ echo killing WinAuth ...
taskkill /F /IM WinAuth.exe 2>nul
echo.
echo killing Desktopinfo ...
taskkill /F /IM DesktopInfo64.exe 2>nul
echo.
echo deleting %TOOLS% ...
takeown /F %TOOLS% /R /D Y 1>nul
rd /S /Q %TOOLS% 2>nul
@ -63,3 +67,4 @@ echo.
echo ####### %0 #######
echo READY.
echo.