diff --git a/autounattend.cmd b/autounattend.cmd index 5d19dbd..029179c 100644 --- a/autounattend.cmd +++ b/autounattend.cmd @@ -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%