Re -Build Vista Icon Cache
Posted July 31, 2008 – 6:05 am in: Vista Troubleshooting, Vista TweaksAdvertisements
If you are experiencing a bad icon disply in Vista, it’s just because of the bad icon cache. You can fix this problem as follows:
*Go to
C:\Users\Owner(your username)\AppData\Local folder and delete the hidden file called IconCache.db file.(Don’t worry, Vista creats this file again during startup)
*Reboot the system to get fresh icons.
Tip: You can also use Tune Up Utilities to fix this problem.
Tags: *Go to
C:\Users\Owner(your username)\AppData\Local folder and delete the hidden file called IconCache.db file.(Don’t worry, Vista creats this file again during startup)
*Reboot the system to get fresh icons.
Tip: You can also use Tune Up Utilities to fix this problem.
Related Posts
Windows 8 Features For Windows 7
- How to get Windows 8 Start screen with live tiles in Windows 7
- How to get Windows 8 betta fish boot screen in Windows 7
- How to get Windows 8 Taskbar user picture tile in Windows 7
- How to get Windows 8 lock screen and sidebar menu in Windows 7
- How to get Windows 8 Start screen like home page web browsers
- How to get Windows 8 logon screen date and time in Windows 7
Useful Guides For Windows 7
- 14 Excellent Windows 7 themes
- How to make bootable USB
- 27 Beautiful Vista logon screens
- How to install Windows 7 from USB
- Remove Watermark from Windows 7 desktop



One Comment
To automate this process open note pad and paste the code below, save it to desktop as RefreshIcons.bat, double click on the file and you are all set. You can do the every time the icon cache needs to be rebuild. Make sure all you applications are closed whenevr you run this.
taskkill /F /IM explorer.exe
cd /d %userprofile%\AppData\Local
attrib –h IconCache.db
del IconCache.db
start explorer