Some users with obsessive-compulsive disorder see a small arrow on every icon on the desktop, and just want to remove it to make it more comfortable.
However, most scripts in Win10 cannot be used, and may cause the desktop to The icon displays abnormally, and it is not recommended that you try using scripts (Win11 also has scripts, but if you update the version, many scripts will become invalid).
So we have the following solution for modifying the registry implementation. It is useful for personal testing.
First open the search in the bottom status bar
Find the registry editor
Register Search
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer
in the table editor. Select Explorer and right-click, and it will appear. Operation options, New->Item
##The new item is named Shell Icons In the computer\ HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell IconsRight-click on the blank space under the path, New->String Value This new value #1 is renamed to 29##Select this item, right-click
Modify M-> ;Value data (V):
##%windir%\System32\shell32.dll,-50
Then close the registry , open the Task Manager
Restart Windows Explorer
to remove the small shortcut arrow of the desktop icon
The above is the detailed content of How to remove arrows from desktop shortcuts in Windows 11. For more information, please follow other related articles on the PHP Chinese website!