Solution to abnormal display of shortcut keys in win7-Reorganizing system Icon cache

Source: Internet
Author: User


Sometimes the shortcut keys of win7 cannot be displayed normally,

The solution is as follows: Create a reorganization system Icon cache. bat, and execute, the content is as follows: rem closes Windows shell program explorer www.2cto.com taskkill/f/im javaser.exe rem 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 "www.2cto.com 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 author of Windows shell program explorer start explorer

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.