Skip to content

Instantly share code, notes, and snippets.

@derekmurawsky
Created November 21, 2013 13:59
Show Gist options
  • Save derekmurawsky/7581990 to your computer and use it in GitHub Desktop.
Save derekmurawsky/7581990 to your computer and use it in GitHub Desktop.
Icons not displaying properly in Windows? Use this procedure to rebuild your icon cache.
From: http://www.sevenforums.com/tutorials/49819-icon-cache-rebuild.html
ie4uinit.exe -ClearIconCache
taskkill /IM explorer.exe /F
DEL "%localappdata%\IconCache.db" /A
shutdown /r /f /t 00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment