tshm
5/31/2015 - 12:41 AM

restarting explorer

restarting explorer

@echo off
taskkill /f /IM explorer.exe
if ERRORLEVEL 1 goto :err

start "" "explorer.exe"
exit

:err
echo ----------- failed -----------
pause
exit