How does win10 remove the shortcut arrow? The method of removing the win10 shortcut small arrow introduces

  

every time you install the system, you will like the new small arrow to remove the desktop shortcut. The win10 is also no exception. How to remove the small arrow of win10 shortcut? Here's how to get rid of the win10 shortcuts and small arrows for everyone. I hope to help everyone.

Remove the win10 shortcut small arrow method

Create a new txt text file and copy the following command to it:

reg add “HKEY_LOCAL_MACHINE\\SOFTWARE\\ Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Icons” /v 29 /d “%systemroot%\\system32\\imageres.dll,197″ /t reg_sz /f

taskkill /f /im explorer.exe< Br>

attrib -s -r -h “%userprofile%\\AppData\\Local\\iconcache.db”

del “%userprofile%\\AppData\\Local\\iconcache.db” /f /q

start explorer

pause

After saving, rename this text document to a batch file with the suffix extension bat, and then run it.

Copyright © Windows knowledge All Rights Reserved