Skip to content

Instantly share code, notes, and snippets.

@johnsmith17th
Created June 27, 2014 09:37
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 johnsmith17th/f9ab8f52924e70a2d235 to your computer and use it in GitHub Desktop.
Save johnsmith17th/f9ab8f52924e70a2d235 to your computer and use it in GitHub Desktop.
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