Solution for changing the icon of Firefox Windows 7 to the configuration file

Source: Internet
Author: User


Solution steps: 1. view Folder Options by organization, display all files with known extension 2. create a text document to copy the following code and change it to the suffix. bat file, and then double-click to run, this method is called win7 Icon cache reconstruction rem close Windows shell program javasertaskkill/f/im cycler.exe rem clear 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 clear system tray memory icon 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 PastIconsStream rem restart 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.