Skip to content

Instantly share code, notes, and snippets.

@briang
Created February 9, 2018 10:04
Show Gist options
  • Save briang/da933aea7326ca412ed473efcd94dc71 to your computer and use it in GitHub Desktop.
Save briang/da933aea7326ca412ed473efcd94dc71 to your computer and use it in GitHub Desktop.
reset windows 7 icon cache without rebooting
REM Based on https://superuser.com/questions/499078/refresh-icon-cache-without-rebooting
taskkill /IM explorer.exe /F
DEL %userprofile%\AppData\Local\IconCache.db /a
start explorer
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment