Win7 Ultimate system icon shows a blank solution

  
In the win7 Ultimate system, the most contacted by us is the file program, and the files and programs are displayed in front of our eyes in the most intuitive way. What should I do if I encounter an icon in the process of using the win7 system? Some users reflected in Win7 64-bit Ultimate, many program icons have become blank, and some display is incomplete, this is a typical icon cache error, we just need to rebuild the icon cache to solve, interested friends may wish to come together Learn about it.
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 to integrate the operation commands, you just copy the following code to save the Notepad as a reconstruction icon cache. Bat can be;
rem Close the Windows shell explorer
taskkill /f /im explorer.exe
rem Clean 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"< Br>del /f "%userprofile%/AppData/Local/Microsoft/Windows/Explorer/thumbcache_1024.db"
del /f "%userprofile%/AppData/Local/Microsoft/Windows/Explorer/thumbcache_idx.db"
del /f "%userprofile%/AppData/Local/Microsoft/Windows/Explorer/thumbcache_sr.db"
rem Clean up system tray memory icons
echo y
Copyright © Windows knowledge All Rights Reserved