How to Remove Arrows on Shortcut Icons in Windows 11

bardimin pic

Written by Bardimin

On March 8, 2022
Home » Blogs » Windows » How to Remove Arrows on Shortcut Icons in Windows 11

The shortcut icon in Windows has a small blue arrow with a white square background in the lower-left corner of the icon. The function of the arrow is to show that it is a shortcut that will direct you to a specific application or file.

Most of the shortcut icons are on the screen. Some people may not be bothered by the appearance of the icon with the arrow. But for some others, they will feel disturbed by the appearance of the shortcut icon with the arrow. Because the arrows on the icon interfere with the aesthetics of the screen.

shortcut-arrow

does not provide a built-in option to remove these arrows. Then how do remove the arrow on the shortcut icon?

In this article, Bardimin will share with you several ways to remove the arrow.

Removing shortcut arrows via Registry

  1. Open “ Editor ”. You can open it by pressing the key ( Win + R ), then typing ” regedit “. Then click the “OK” button to open it.
  2. In the Editor window navigate to “ HKEY_CURRENT_USER > Software > Microsoft > > CurrentVersion > ”. Then create a new key by right-clicking and selecting “ New > Key ”.
shortcut-arrow-registry-01
  1. Rename the new key with ” Shell Icons “.
shortcut-arrow-registry-02
  1. Then, on the right panel, right-click and select ” New > String Value ” to create a new key. Name the key with the name ” 29 “.
shortcut-arrow-registry-03
  1. Double click “29” to change the value. In the new window that appears in the “ Value data ” field, type “ %windir%\System32\shell32.dll,- 50 ”. Then click the “OK” button.
shortcut-arrow-registry-04
  1. Exit and Restart your PC.

Remove shortcut arrow via CMD

A quick way to remove the arrow shortcut icon is via (CMD). Open CMD and run as administrator. Then copy the following command in the CMD window.

REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /t REG_SZ / d " " /f
shortcut-arrow-cmd

After you run the command, then restart your PC to see the results of the changes.

Latest Articles

How to Know When Your Password Was Last Changed on Windows

How to Know When Your Password Was Last Changed on Windows

One easy method to ensure the security of user accounts is to enforce policies that require periodic password changes. One way to prompt users to change their passwords is to notify them when their passwords are about to expire. While it may not always be necessary,...

17 Tips and Tricks for Customizing Windows via Registry

17 Tips and Tricks for Customizing Windows via Registry

Before you edit or modify the Windows registry, back up from that registry. Fatal errors in changing the registry can cause the operating system to not run normally. In some cases, registry damage can only be repaired by reinstalling the operating system and resulting...

Portable BloatyNosy 0.80 – Debloat and Customize Windows 11

Portable BloatyNosy 0.80 – Debloat and Customize Windows 11

BloatyNosy is a free app that lets you remove the built-in junk apps in Windows that improve your Windows performance. The application is available in portable and installer versions. If you are looking for a free Debloat tool, then you might need to try BloatyNosy...

The sequence of Windows boot processes from zero to ready

The sequence of Windows boot processes from zero to ready

Have you ever wondered how exactly the Windows boot process happens? What processes happen in the background when you press the power button until Windows is ready for you? If yes, then you are in the right place. In this article, Bardimin will explain how all these...

Redirect and Block URLs with HOSTS File on Windows

Redirect and Block URLs with HOSTS File on Windows

Redirect and Block URLs you can easily on Windows. Just by adding the IP of a website, you can redirect or block it. Of course, this is very useful to limit the access of your employees or children from accessing websites that you do not allow. Your Windows PC has...