Skip to content

Instantly share code, notes, and snippets.

@realslacker
Created October 31, 2018 15:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save realslacker/a568b04ee28aa8daa438f6074977ec0a to your computer and use it in GitHub Desktop.
Save realslacker/a568b04ee28aa8daa438f6074977ec0a to your computer and use it in GitHub Desktop.
Clear the icon cache to fix Windows 10 start menu icons
ie4uinit.exe -ClearIconCache
taskkill /IM explorer.exe /F
DEL "%localappdata%\IconCache.db" /A
explorer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment