本文标签:注册表
第一种:
点开始菜单,点运行,输入以下命令后回车。即可解决
cmd /k reg delete "HKEY_CLASSES_ROOT\lnkfile" /v IsShortcut /f & taskkill /f /im explorer.exe & start explorer.exe
第二种:
将以下英文复制到记事本里,然后保存在桌面上,名字为hideico.vbs,存好后在桌面上双击它打开即可。
Dim wso
Set wso = CreateObject("Wscript.Shell")
wso.RegDelete "HKCR\lnkfile\IsShortcut"
wso.RegDelete "HKCR\piffile\IsShortcut"
wso.run ("cmd /c taskkill /f /im explorer.exe"), , True
wso.run ("explorer.exe")
Wscript.quit()
» 转载请注明来源:电脑知识收藏夹 » 《去掉快捷方式图标的小箭头的三种方法》» 本文链接地址:http://www.x2009.net/articles/shortcut-to-remove-the-small-arrow-icon-of-the-three-methods.html» 订阅本站:http://feed.x2009.net