Each win7 system download installation of a small program will be generated on the desktop icon, but we will also see a small icon above there is a small arrow, looks very beautiful, many people want to remove, summed up some methods here, hoping to help everyone.
Let's take a look at the results first:
Before processing:
After processing:
Modify the registry first of all we have to do is to open the registry, shortcut keys are win+r keys, pop-up sports menu, in the input regedit command
And then find the Hkey_classes_rootlnkfile item, if you can't find it, you can use the Lookup command, check it out, and delete the item value named Isshortcut.
Same reason. Find the Hkey_classes_rootpiffile item, and then delete the item value named Isshortcut
Quit Registry Editor, and then restart your computer to see the icons on the desktop, the arrows are gone. Software optimization is used here to optimize master software, I think a lot of people have used
After entering the optimization master, select System optimization, then select the win7 system personality settings, in the desktop settings, there is a shortcut icon to eliminate the small arrows on the hook, and then click the settings on the OK.
Batch file processing the batch file should be used by many people, whether it is to clean up the garbage, or perform some complex commands, like to use batch processing, here is no exception: first paste the following code in Notepad:
@echo off
Color 2
Reg delete Hkcrlnkfile/v isshortcut/f
Reg delete Hkcrpiffile/v isshortcut/f
Reg delete Hkcrinternetshortcut/v isshortcut/f
taskkill/f/im Explorer.exe && Explorer
Then save the document as a filename, and the suffix must be a. bat file
Once saved, click on the file to execute.