This commit is contained in:
Michael H.G. Schmidt 2020-12-20 20:30:42 +01:00
parent 25c82a7ea8
commit f2736ca500

View File

@ -5,6 +5,13 @@ set SCRIPTS="c:\scripts"
echo ####### autounattend.cmd #######
echo killing some processes...
taskkill /F /IM ssh-agent.exe
taskkill /F /IM ssh.exe
echo restart explorer ...
taskkill /F /IM explorer.exe & start explorer.exe
echo deleting %TOOLS% and %SCRIPTS% ...
rd /S /Q %TOOLS%
rd /S /Q %SCRIPTS%