Skip to content

Instantly share code, notes, and snippets.

@ScottJWalter
Created February 26, 2018 22:19
Show Gist options
  • Save ScottJWalter/2f60b12244fdc22005650c5dbde043df to your computer and use it in GitHub Desktop.
Save ScottJWalter/2f60b12244fdc22005650c5dbde043df to your computer and use it in GitHub Desktop.
Restart Windows Explorer (should something go whack)
taskkill /f /IM explorer.exe
start explorer.exe
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment