Win8 Desktop Icon Shortcuts small arrows Quick removal method

Source: Internet
Author: User

Since I started with XP, I don't like the small arrows of desktop shortcuts very much, Whether it's a later vista or a windows7. So I remove the shortcut arrows by installing a similar optimization tool like Windows Optimizer, and on the latest WINDOWS8 we can use a simple technique to achieve the goal.

Right-click on the desktop to create a new text document, copy the following code in, Save as Win8.bat (file type Select all files), right-click "Run as Administrator", restart the computer can be the method shortcut arrows disappeared.

REG ADD "Hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorershell Icons"/V 29/d

"%systemroot%system32imageres.dll,197"/t reg_sz/f

taskkill/f/im Explorer.exe

Attrib-s-r-h "%userprofile%appdatalocaliconcache.db"

Del "%userprofile%appdatalocaliconcache.db"/f/q

Start explorer

If you need to restore the small arrows, you can use the same method, with the following code.

reg delete "Hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorershell Icons"/V 29/f

taskkill/f/im Explorer.exe

Attrib-s-r-h "%userprofile%appdatalocaliconcache.db"

Del "%userprofile%appdatalocaliconcache.db"/f/q

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.