The following text is copied to the text document, saved as a suffix named .bat file, double-click to run it.
rem Close the Windows Shell explorertaskkill /f /im explorer.exerem 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 "del /f "%userprofile%\appdata\local\microsoft\windows\ Explorer\thumbcache_idx.db "del /f "%userprofile%\appdata\local\microsoft\windows\explorer\thumbcache _sr.db "rem cleaning system tray memory diagramMark echo y|reg delete "Hkey_classes_root\local settings\software\microsoft\windows\ Currentversion\traynotify " /v IconStreamsecho y|reg delete " hkey_classes_root\local settings\software\microsoft\windows\currentversion\traynotify " /v PastIconsStreamrem Restart the Windows Shell Explorerstart explorer
Windows7 Rebuilding the icon cache