What to do if the Windows 7 icon shows an error

  
                  

A lot of Windows7 icons have turned white. Ask me how to solve this problem. I have encountered this problem. In fact, it is possible to rebuild the icon cache file. Here, icech finds two solutions for reference. :


1. Create a method to clear the Windows 7 icon cache file


Copy the blue text below to Notepad or a text editor and save it as a.bat Double click to run it.


rem Close the Windows shell explorer


taskkill /f /im explorer.exe


rem Clean up the system icon cache database


attrib -h -s -r "%userprofile%\\AppData\\Local\\IconCache.db"


del /f "%userprofile%\\AppData\\Local\\IconCache.db "


attrib /s /d -h -s -r "%userprofile%\\AppData\\Local\\Microsoft\\Windows\\Explorer\\*"


del /f "%userprofile%\\AppData\\Local\\Microsoft\\Windows\\Explorer\\thumbcache_32.db"


del /f "%userprofile%\\AppData\\Local\\Microsoft\\Windows\\Explorer\\thumbcache_96.db"


del /f "%userprofile%\\AppData\\Local\\Microsoft\\Windows\\Explorer\\thumbcache_102.db"


del /f "%userprofile%\\AppData\\ Local\\Microsoft\\Windows\\Explorer\\thumbcache_256.db"


del /f "%userprofile%\\AppData\\Local\\Microsoft\\Windows\\Explorer\\thumbcache_1024.db"

< BR> del /f "%userprofile%\\AppData\\Local\\Microsoft\\Windows\\Explore r\\thumbcache_idx.db"


del /f "%userprofile%\\AppData\\Local\\Microsoft\\Windows\\Explorer\\thumbcache_sr.db"


rem Clean the system tray Memory icon


echo y reg delete "HKEY_CLASSES_ROOT\\Local


Settings\\Software\\Microsoft\\Windows\\CurrentVersion\\TrayNotify" /v IconStreams


echo y reg delete "HKEY_CLASSES_ROOT\\Local


Settings\\Software\\Microsoft\\Windows\\CurrentVersion\\TrayNotify" /v PastIconsStream


rem Restart Windows shell explorer


start explorer


2, manually delete the iconcache.db file


Press F8 to boot into safe mode, enter the system and search The iconcache.db file for each disk is then removed. After restarting the computer, it will be normal! This file is slow. If it is not successful, please use the first method.

Copyright © Windows knowledge All Rights Reserved