Skip to content

Instantly share code, notes, and snippets.

@Electric1447
Created July 11, 2021 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Electric1447/ad2890223a22d7c5474cc418f682f412 to your computer and use it in GitHub Desktop.
Save Electric1447/ad2890223a22d7c5474cc418f682f412 to your computer and use it in GitHub Desktop.
Reset icon cache batch file for Windows
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