图标上的小箭头怎么去掉 财富值43

2016-12-22 22:25发布

2条回答
tangbinbinbin
2016-12-22 22:44 .采纳回答

方法一:开始==运行==输入cmd /k reg delete "HKEY_CLASSES_ROOTlnkfile" /v IsShortcut /f & taskkill /f /im explorer.exe & start explorer.exe 点击确定。

方法二:

1、在注册表中删除,单击“开始”按钮,选择“运行”输入regedit后回车。

2、选择HKEY_CLASSES_ROOTlnkfile,在右边的窗口中找到字符串值“isshortcut“按DELETE键将其删除。

3、输入以下文本,用记事本保存在桌面,名字为hideico.vbs,存好双击打开。

Dimwso

Setwso=CreateObject("Wscript.Shell")

wso.RegDelete"HKCRlnkfileIsShortcut"

wso.RegDelete"HKCRpiffileIsShortcut"

wso.run("cmd/ctaskkill/f/imexplorer.exe"),,True

wso.run("explorer.exe")

Wscript.quit()

Wscript.quit()

一周热门 更多>