Created
January 19, 2022 12:32
-
-
Save garenyondem/37f793574160b9b8f01f76441d1b0ff1 to your computer and use it in GitHub Desktop.
fix unresponsive windows explorer
This file contains hidden or 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 /im explorer.exe /f | |
start explorer.exe | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment