Created
October 31, 2018 15:29
-
-
Save realslacker/a568b04ee28aa8daa438f6074977ec0a to your computer and use it in GitHub Desktop.
Clear the icon cache to fix Windows 10 start menu icons
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
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