2024年5月12日发(作者:)

去除新建快捷方式时自动添加的“快捷方式”

方法一:去除“快捷方式(或shortcut)”字样,同时也去除表示快捷方式的小箭头

【1】运行regedit,在

[HKEY-CURRENT-USERSoftwareMicrosoftWindowsCurrentVersionExplorer]中,

令Link=00 00 00 00;若没有则新建二进制值link,将其值修改为00 00 00 00,重启。

【2】HKEY-LOCAL-MACHINESoftwareClasseslnkfile

HKEY-LOCAL-MACHINESoftwareClassespiffile

以上两处的键值中都有一个 “IsShortCut”的字符串值,删除它

注意:如果只需去除快捷方式字样,可以省略步骤【2】。

方法二:去除桌面图标显示快捷方式字样和小箭头

【1】运行regedit 展开

HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorer

Shell Icons,在右边的窗口中新建字符串值:“29”,数据内容空白。

【2】运行--regedit 查找--lnkfile 找到lnkfile,然后删了右面窗口的shortcut

方法三:

【1】运行regedit,展开

HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorer

新建二进制值Link,并修改为00 00 00 00,重启

【2】运行regedit,删除注册表下HKEY_CLASSES_ROOTlnkfile的IsShortcut选

项,其类型为REG_SZ,将此值删除,就能去除快捷方式图标上的箭头。注销当前用户并重

新启动计算机后设置就生效。

【3】右键-属性-外观-高级-项目中选择图标-修改大小(数值应在24-32之间)。

系统是英文版的朋友可以参考下面的步骤:

How to remove shortcut arrow on icons in windows desktop items?

1. Run Registry Editor (RegEdit).

2. Navigate to the following registry key: HKEY_CLASSES_ROOTlnkfile

3. Delete the IsShortcut registry value in the right pane.

Tip: It’s also workable to just rename the IsShortcut registry entry to another

name, such as IsNotShortcut.

4. Some other type of documents and files may be shortcut arrow on their

icons too. To remove the shortcut arrow overlay image on these icons, navigate to

each of the following registry keys, and then repeat step 2 and step 3 above to

deactivate the shortcut arrow:

HKEY_CLASSES_ROOTpiffile

HKEY_CLASSES_ROOTConferenceLink

HKEY_CLASSES_ROOTDocShortCut

HKEY_CLASSES_ROOTInternetShortcut

HKEY_CLASSES_ROOTWSHFile

User Key:

[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorer]

System Key:

[HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionExplorer]

Value Name: link

Data Type: REG_BINARY (Binary Value)

Value Data: (00 00 00 00 = No Shortcut Text)

Thanks!