Skip to content

Instantly share code, notes, and snippets.

@jjmartin
Created April 23, 2021 14:27
Show Gist options
  • Save jjmartin/d8969c5d21e828114f50be2b129bc3f4 to your computer and use it in GitHub Desktop.
Save jjmartin/d8969c5d21e828114f50be2b129bc3f4 to your computer and use it in GitHub Desktop.
Stops the explorer and restarts it
taskkill /F /IM explorer.exe ; start explorer.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment