How to remove the Windows 10 desktop shortcut arrow?

  
                

When you create a new desktop shortcut, the icon for the shortcut always has a small arrow. If you don't want this little arrow, let the shortcut icon become the same as the software icon, what should you do?

Remove the desktop shortcut arrow step:

1. Create a new text, enter the batch code

Batch code:

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 attrib -s - r -h “%userprofile%\\Appdata\\local\\iconcache.db” del “%userprofile%\\Appdata\\local\\iconcache.db” /f /q start explorer pause

2, put the text suffix instead bat, just the file name will do

3, right - to run as an administrator, results as shown

after the adoption of these three steps, You can remove the small arrow of the shortcut icon, so that your desktop shortcut becomes the same as the software application icon, which is convenient for your screenshot.

Copyright © Windows knowledge All Rights Reserved