testing ...

This commit is contained in:
Michael H.G. Schmidt 2022-12-28 22:39:43 +01:00
parent e6bb70e919
commit 1ef26bf6c8

View File

@ -15,13 +15,13 @@ date /t
time /t
echo.
echo killing ssh agent ...
taskkill /F /IM ssh-agent.exe
taskkill /F /IM ssh.exe
rem echo killing ssh agent ...
rem taskkill /F /IM ssh-agent.exe
rem taskkill /F /IM ssh.exe
echo restart explorer ...
taskkill /F /IM explorer.exe & start explorer.exe
echo.
rem echo restart explorer ...
rem taskkill /F /IM explorer.exe & start explorer.exe
rem echo.
echo deleting %TOOLS% and %SXS% ...
rd /S /Q %TOOLS% %SXS%