Created
February 9, 2018 10:04
-
-
Save briang/da933aea7326ca412ed473efcd94dc71 to your computer and use it in GitHub Desktop.
reset windows 7 icon cache without rebooting
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
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