Win7 Ultimate system icon shows blank solution

  

In the win7 Ultimate system, the most we contact is the file program, and the files and programs are displayed in front of our eyes in the most intuitive way, if you are using win7 How to deal with the problem of the icon in the process of the system? Recently, users have been reflected in the Win7 64-bit Ultimate, many program icons have become blank, and some display is incomplete, this is a typical icon cache error, we just rebuild An icon cache can be solved, and interested friends may wish to study together.

Win7 system icon blank display how to do? Win7 system to rebuild the icon cache method.

In order to make everyone more convenient, Xiaobian here integrates the operation commands. You just need to copy the following code to save it in Notepad as the reconstruction icon cache. Bat can be used;

rem Close Windows shell explorer

taskkill /f /im explorer.exe

rem clean up 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"

del /f "%userprofile%/AppData/Local/Micros Oft/Windows/Explorer/thumbcache_idx.db"

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

rem Clean up system tray memory Icon

echo y| Reg delete "HKEY_CLASSES_ROOT/Local Settings/Software/Microsoft/Windows/CurrentVersion/TrayNotify" /v IconStreams

Copyright © Windows knowledge All Rights Reserved