:: Created by: Shawn Brink :: http://www.tenforums.com :: Tutorial: http://www.tenforums.com/tutorials/5976-restart-explorer-context-menu-add-windows-10-a.html @echo off echo. echo Stopping explorer.exe process . . . echo. taskkill /f /im explorer.exe echo. echo. echo. echo Waiting to start explorer.exe process when you are ready . . . pause start explorer.exe echo. echo. echo explorer.exe has been restarted. wait4 exit