Remove the system shortcut arrow in windows 7

Source: Internet
Author: User

If you use a common method to delete the small arrow of the Win7 shortcut, the system will be abnormal, for example, the program in the Start menu cannot be deleted, and the favorites cannot be expanded, the use of transparent icons on the Internet may leave a black hole on the icon!
Here I will teach you a skill to replace the arrow with the Win7 file.
 
Reg add "HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Shell Icons"/v 29/d "% systemroot % \ system32 \ imageres. dll, 196 usd/t reg_sz/f
Taskkill/f/im assumer.exe
Attrib-s-r-h "% userprofile % \ AppData \ Local \ iconcache. db"
Del "% userprofile % \ AppData \ Local \ iconcache. db"/f/q
Start explorer
 
Copy the above Code to notepad and save 123.bat. the file type is all files. Right-click 123. bat and run it as an administrator. Do not copy the code format incorrectly.
 
 
XP removes the arrow and is the same as Win7, but the files used are different.
 
Reg add "HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Shell Icons"/v 29/d "C: \ Windows \ system32 \ shell32.dll, 49 usd/t reg_sz/f
Taskkill/f/im assumer.exe
Attrib-s-r-h "% userprofile % \ Local Settings \ Application Data \ iconcache. db"
Del "% userprofile % \ Local Settings \ Application Data \ iconcache. db"/f/q
Start explorer
 
Restore the Win7 shortcut arrow. Do not copy the code format incorrectly.
Reg delete "HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Shell Icons"/v 29/f
Taskkill/f/im assumer.exe
Attrib-s-r-h "% userprofile % \ AppData \ Local \ iconcache. db"
Del "% userprofile % \ AppData \ Local \ iconcache. db"/f/q
Start explorer
 
Restore the XP shortcut arrow. Make sure that the code format is not incorrect.
Reg delete "HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Shell Icons"/v 29/f
Taskkill/f/im assumer.exe
Attrib-s-r-h "% userprofile % \ Local Settings \ Application Data \ iconcache. db"
Del "% userprofile % \ Local Settings \ Application Data \ iconcache. db"/f/q
Start explorer

Related Article

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.