Created
February 26, 2018 22:19
-
-
Save ScottJWalter/2f60b12244fdc22005650c5dbde043df to your computer and use it in GitHub Desktop.
Restart Windows Explorer (should something go whack)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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