Home >Computer Tutorials >Troubleshooting >How to remove shortcut arrow in win10
Many users of win10 system desktop shortcuts think that there is a small arrow that is unsightly, but they don’t know how to remove it. For this reason, we have brought you a method to remove the small shortcut arrow in win10 to help you.
1. First, right-click a blank space on the desktop, then click "New" and then click "Text Document".
2. Then copy:
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d " %systemroot%\system32\imageres.dll,197" /t reg_sz /ftaskkill /f /im explorer.exeattrib -s -r -h "%userprofile%\AppData\Local\iconcache.db"del "%userprofile%\AppData \Local\iconcache.db" /f /qstart explorerpause
in it and save.
3. Name this file "Hide shortcut arrow" and change .txt to .bat.
4. Then right-click the file on the desktop and click "Run as administrator".
The above is the detailed content of How to remove shortcut arrow in win10. For more information, please follow other related articles on the PHP Chinese website!