Home >Common Problem >How to quickly remove win7 shortcut arrow
How to quickly remove win7 shortcut arrow? Many friends are very concerned about the beauty of the computer desktop. Some software shortcuts come with an arrow, which greatly affects the appearance. Some friends want to remove it, but they don’t know how to do it. The following is by The editor brings you how to remove shortcut arrows in win7.
Method 1: Registry Editor!
1. Press the win r key at the same time to open the run window, enter regedit and press Enter to open the registry editor
2. Then, as shown in the figure, click: HKEY_CLASSES_ROOT/lnkfile
3、 After clicking "lnkfile", delete the "IsShortcut" string value item on the right side. This "IsShortcut" string is actually the control string of the file shortcut arrow
Method 2: Batch command.bat!
1. Right-click a blank space on the desktop and select New-Text Document
2. Then, enter the following code:
reg add HKEY_LOCAL_MACHINESOFTWAREMicrosoftwinCurrentVersionExplorerShell Icons /v 29 /d %systemroot%system32imageres.dll,196 /t reg_sz /f
taskkill /f /im explorer.exe
attrib -s -r -h %userprofile%AppDataLocaliconcache.db
del %userprofile%AppDataLocaliconcache.db /f /q
start explorer
3. Next, click File-Save As, and name the file in the format of "Remove Shortcut Arrow .bat". Note that it is in .bat format. Remember to set the save type to "All Files" and click Save.
4. Finally, you only need to double-click to run the newly created bat file to clear the shortcut arrow
Method 3: Third-party software!
1. In addition, you can also use third-party software to remove the small arrows of shortcuts, such as Computer Manager, click Computer Clinic
2. Then, enter "small arrow" in the search box and click Search
3. At this time, we can see that there is indeed a way to remove the small shortcut arrow. Click on the appropriate solution and select Repair Now
The above isHow to quickly remove the win7 shortcut arrow? The entire content of how to remove shortcut arrows in win7 is here. For more related information, please pay attention to this site.
The above is the detailed content of How to quickly remove win7 shortcut arrow. For more information, please follow other related articles on the PHP Chinese website!