WIN7/8.1/10 Remove desktop shortcuts, small arrows

Source: Internet
Author: User

Guide: The face of Windows desktop icons have a shortcut, small arrows and distressed things, now small part for you to solve.

Steps:

    1. Cmd-> Run->regedit: Open the Registry;

    2. Select "HKEY_CLASSES_ROOT"; Select "Edit", "find": Lnkfile, the right column name: "Isshortcut" delete or rename;

    3. The same key root directory is found: Piffile, the name of its right column: "Isshortcut" delete or rename;

    4. Close the registry, restart the computer, shortcuts, small arrows disappear immediately.

Add: For Win10 If the above methods cannot be resolved, you can try the following methods.

Steps:

    1. Open the Registry->[hkey_current_user\software\microsoft\windows\currentversion\explorer];

    2. In the right pane, create a new or modify binary value named "link" and set its value to "00 00 00 00".

    3. Close the registry, restart your computer, and remove shortcuts and small arrows.

In addition, you can use batch processing to quickly resolve:

@echo off

Reg delete Hkey_classes_root\lnkfile/v isshortcut/f

Reg delete Hkey_classes_root\piffile/v isshortcut/f

REG ADD hkcu\software\microsoft\windows\currentversion\explorer/v link/t reg_binary/d 0/f

echo "Successful" | | echo "Failure"

Pause

Copy the above code into TXT, save As. bat file, and run.

Finally execute cmd-> run->shutdown-r

Ok.



This article is from the "Linux" blog, so be sure to keep this source http://lusiemen.blog.51cto.com/10589943/1912620

WIN7/8.1/10 Remove desktop shortcuts, small arrows

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.