How to remove the arrow icon of Windows Desktop shortcuts

Source: Internet
Author: User

  

Method 1: Delete and restore the Registry

I. Deletion Method
1. Run the Registry Editor (Regedit) to open the hkey_classes_root \ lnkfile branch.
2. Find a key value named "isshortcut" under the lnkfile subkey, which indicates that a small arrow is displayed on the. lnk shortcut icon on the desktop. Right-click "isshortcut" and select "delete" from the pop-up menu to delete the key value.

3. Close the Registry Editor and restart it to find that there is no small arrow on the shortcut icon.
Similarly, for the small arrow on the shortcut (. pif) icon pointing to the MS-dos program, except for opening the hkey_classes_root \ piffile branch, the others are the same as above.

Ii. Restoration Methods

1. Click Start-run-enter Regedit to open the registry!
(1) Open the subitem hkey_classes_root \ lnkfile.
(2) create an isshortcut string value item in the lnkfile subitem. The isshortcut value item is used to control whether to display the small arrow in the shortcut of common applications and data files.
(3) Open the subitem hkey_classes_root \ piffile.
(4) Create an isshortcut string value item in the piffile subitem. The isshortcut value item is used to control whether to display the small arrow of the ms_dos program shortcut.
(5) Exit the Registry Editor.
In this way, restart your computer and the shortcut arrow will be restored!

2. Restore the desktop shortcut arrow (under WINXP ):
Open notepad and edit the following content (copy it)
Windows Registry Editor Version 5.00
[Hkey_classes_root \ pipfile]
"Isshortcut" = ""
[Hkey_classes_root \ lnkfile]
"Isshortcut" = ""
Save the file name as: Restore the desktop shortcut arrow. Reg
Double-click the file and import it to the Windows registry. Then, restart the system or log out of the system, and the desktop shortcut arrow is restored.

Bytes -------------------------------------------------------------------------------------------------------------------------------

Bytes -------------------------------------------------------------------------------------------------------------------------------

Method 2: edit the code to delete and restore

Save the following code as (delete shortcut arrow. Reg), double-click to import the registry, and restart the system shortcut arrow once:
Regedit4
; Delete the shortcut arrow
[Hkey_classes_root \ lnkfile]
"Isshortcut" =-
[Hkey_classes_root \ piffile]
"Isshortcut" =-
If you want to restore the shortcut arrow, the Code is as follows:
Regedit4
; Restore shortcut arrow
[Hkey_classes_root \ lnkfile]
"Isshortcut" = ""

Certificate -----------------------------------------------------------------------------------------------------------------------------------

Bytes -------------------------------------------------------------------------------------------------------------------------------
Method 3: Use other software
Recommended types:
1. Use the Windows optimization master to delete the arrow.
System Performance maintenance = system personality settings = eliminate the small arrow on the shortcut icon.
2. Use the Super Rabbit method to delete the small arrow.
Super Rabbit magic settings: desktop and Icon = icon option = remove the shortcut arrow.
There are a lot of software.

Else ---------------------------------------------------------------------------------------------------------------------------------

Else ---------------------------------------------------------------------------------------------------------------------------------

Method 4: cainiao-level or "lazy"-delete the arrow.
Right-click the blank area on the desktop and select "properties" from the pop-up menu ". In the displayed Properties window, select the appearance tab, click Advanced, and click the drop-down arrow in the project to select the icon ", in this case, the "size" option is changed from Gray to available. The value is the default value of "32" in windows. Change this value to "30" or smaller, but not less than 24, click the "OK" button below. Okay. Go back to the desktop and check if the arrow on the shortcut is missing? The desktop is much more neat, and this method is much faster than modifying the registry.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.