How to remove the Windows 10 desktop shortcut arrow?

  
When you create a new desktop shortcut, the shortcut icon 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, change the text suffix to bat, the file name will be OK<3>, right click - Run as an administrator, the effect is as shown in the figure

After these three steps, you can remove the small arrow of the shortcut icon to make your desktop shortcut and software application Like the icon, it's convenient for your screenshots.

Copyright © Windows knowledge All Rights Reserved