Guide: The face of Windows desktop icons have a shortcut, small arrows and distressed things, now small part for you to solve.
Steps:
Cmd-> Run->regedit: Open the Registry;
Select "HKEY_CLASSES_ROOT"; Select "Edit", "find": Lnkfile, the right column name: "Isshortcut" delete or rename;
The same key root directory is found: Piffile, the name of its right column: "Isshortcut" delete or rename;
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:
Open the Registry->[hkey_current_user\software\microsoft\windows\currentversion\explorer];
In the right pane, create a new or modify binary value named "link" and set its value to "00 00 00 00".
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