清除Windows桌面快捷方式小箭头,需要重启,且不会导致软件无法锁定到任务栏。新建.reg的注册表文件,命名随意,内容如下:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOTlnkfile]
"IsShortcut"=""
[HKEY_CLASSES_ROOTpiffile]
"IsShortcut"=""
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerShell Icons]
"29"="C:\\Windows\\System32\\shell32.dll,50"
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerShell Icons]
"29"="C:\\Windows\\System32\\shell32.dll,50"
如需恢复,同上建立注册表文件,代码如下:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOTlnkfile]
"IsShortcut"=""
[HKEY_CLASSES_ROOTpiffile]
"IsShortcut"=""