Home > Article > Computer Tutorials > Windows remove shortcut arrow
Are you tired of those annoying little arrows that appear on Windows shortcut icons? PHP editor Apple will reveal to you how to easily clear these arrows and give your desktop a completely new look. Continue reading below for step-by-step guidelines and tips to help you say goodbye to these visual distractions.
The shortcuts on the desktop all have a small arrow. For some friends, it looks very uncomfortable. The following editor will teach you how to remove desktop shortcuts. small arrow in the way.
Create a new text document at any location, copy the following content, save it as "Windows Remove Small Arrows.bat", double-click to run to remove the small arrows.
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
The above is the detailed content of Windows remove shortcut arrow. For more information, please follow other related articles on the PHP Chinese website!