Created
July 11, 2021 18:22
-
-
Save Electric1447/ad2890223a22d7c5474cc418f682f412 to your computer and use it in GitHub Desktop.
Reset icon cache batch file for Windows
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 /im explorer.exe /f | |
taskkill /im taskmgr.exe /f | |
cd /D %UserProfile%\AppData\Local\Microsoft\Windows\Explorer | |
del iconcache* | |
start explorer.exe | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment