Icon is what we’ve been staring at the first time we open a program. When that icon suddenly changing or not properly displayed, it feels there’s something wrong with the computer — the OS I mean–. To restore to the original icon all you need to do is deleting the “IconCache.db” to force Windows to rebuild the icon when you reboot your computer. Alright, here’s the steps:
HEY: save your unsaved data because these steps require booting.
- Open command prompt — startmenu – run – type “cmd”
- taskkill /IM explorer.exe /F
- cd /d %userprofile%\AppData\Local
- del IconCache.db /a
- shutdown /r
That’s all.
Advertisement
Comments on: "Rebuilding Windows Icon Cache" (1)
You rock Aditya. I just used your procedure to rebuild icon cache. Perfect. I have all my icons back now.
Thanks.