Created
June 27, 2014 09:37
-
-
Save johnsmith17th/f9ab8f52924e70a2d235 to your computer and use it in GitHub Desktop.
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
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,197" /t reg_sz /f | |
taskkill /f /im explorer.exe | |
attrib -s -r -h "%userprofile%\AppData\Local\iconcache.db" | |
del "%userprofile%\AppData\Local\iconcache.db" /f /q | |
start explorer | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment