Fix Win7 software icon does not display--win7 icon exception, shortcut does not show workaround

Source: Internet
Author: User

Computer symptom: WIN7 system, the icon on the desktop is not normal, the shortcut shows the unknown program. The shortcut icon does not appear when the program default icon is not visible. Workaround: Remove the program icon cache. Copy the following to Notepad, save as "Repairicon.bat" and then double-click to run:
rem Close Windows shell Explorertaskkill/F/im Explorer.exerem Cleanup 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 Clean system tray memory icon 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 Windows Shell Explorerstart Explorer

Fix Win7 software icon does not display--win7 icon exception, shortcut does not show workaround

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.