How to remove the shortcut arrow of desktop icons?

Windows computers have such a setting. When you install the software without installing the software to the default folder, there will be a small shortcut arrow on the desktop icon, but some people can't stand these small arrows. Remove, today I will briefly talk about this problem.

Tools/Materials

 
  • windows system

method/step

 
  1. Whenever the software is installed on the computer, we will find that a small arrow will appear in the lower left corner of the desktop icon, which is also the shortcut icon. Generally, the software will appear in the default software directory of the system disk if it is not installed.

    How to remove the shortcut arrow of desktop icons?
  2. The first method is to remove the application by entering the application in "Run". First, use the win+R key to bring up the run window.

    How to remove the shortcut arrow of desktop icons?
  3. 1. In the run window, enter:

    cmd /k reg delete "HKEY_CLASSES_ROOT\lnkfile" /v IsShortcut /f & taskkill /f /im explorer.exe & start explorer.exe

    Then click OK. We will find that the small arrow on the desktop has been removed.

    How to remove the shortcut arrow of desktop icons?
  4. The second method is to remove it through batch commands. First, create a text document and enter:

          @echo off

      color 2

      reg delete HKCR\lnkfile /v IsShortcut /f

      reg delete HKCR\piffile /v IsShortcut /f

      reg delete HKCR\InternetShortcut /v IsShortcut /f

      taskkill /f /im explorer.exe && explorer

    How to remove the shortcut arrow of desktop icons?
  5. Modify the extension of the new text to bat, so that it will become a batch command of the system, double-click to run. We found that the desktop icons were gone.

    How to remove the shortcut arrow of desktop icons?
  6. The third method is to use security software. Most of the current security software has artificial computer clinics. We can open and select "remove shortcut arrow".

    How to remove the shortcut arrow of desktop icons?
    END

Precautions

 
  • If you want to restore it after removal, you need to find another tutorial.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324503113&siteId=291194637