-
桌面图标箭头如何去掉?图标箭头去除完美办法
- 发布日期:2016-08-14 作者:深度技术 来 源:http://www.sdgho.com
桌面图标箭头如何去掉?图标箭头去除完美办法
使用电脑的朋友都了解,桌面上的图标默认是有一个小箭头标志的,其实这是快捷方式的标志,当然了,许多朋友会觉的不雅观,不好看,想尽办法想去除桌面图标箭头,不过有时没有一个好的办法反而把系统给搞乱了,这里主编共享几种办法完美去除桌面图标小箭头。

桌面图标箭头如何去掉?
办法一:开始==运行==输入cmd /k reg delete "HKEY_CLAssEs_RooT\lnkfile" /v isshortcut /f & taskkill /f /im explorer.exe & start explorer.exe 点击确定
办法二:1、在注册表中删除,单击“开始”按钮,选择“运行”输入regedit后回车
2、选择HKEY_CLAssEs_RooT\lnkfile,在右边的窗口中找到字符串值“isshortcut“按dELETE键将其删除。
3、输入以下文本,用记事本保存在桌面,名字为hideico.vbs,存好双击打开。
dimwso
setwso=Createobject("wscript.shell")
wso.Regdelete"HKCR\lnkfile\isshortcut"
wso.Regdelete"HKCR\piffile\isshortcut"
wso.run("cmd/ctaskkill/f/imexplorer.exe"),,True
wso.run("explorer.exe")
wscript.quit()
wscript.quit()
办法三:
1、右键点击桌面新建一个文本文档,
2、然后粘贴下面的代码到记事本中,按照下图的格式粘贴,注意格式不要错误,否则运行出错 www.winwin10.com
reg add "HKEY_LoCAL_MACHinE\soFTwARE\Microsoft\windows\CurrentVersion\Explorer\shell icons" /v 29 /d "%systemroot%\system32\imageres.dll,196" /t reg_sz /f
taskkill /f /im explorer.exe
attrib -s -r -h "%userprofile%\Appdata\Local\iconcache.db"
del "%userprofile%\Appdata\Local\iconcache.db" /f /q
start explorer
3、另存名字为123.bat,文件类型为所有文件
4、最后你们双击运行123.bat文件即可(运行中屏幕会消失闪动一下)。
如果想要回复win10系统快捷方式小箭头可以使用下面的代码,操作办法和上面一样。
reg delete "HKEY_LoCAL_MACHinE\soFTwARE\Microsoft\windows\CurrentVersion\Explorer\shell icons" /v 29 /f
taskkill /f /im explorer.exe
attrib -s -r -h "%userprofile%\Appdata\Local\iconcache.db"
del "%userprofile%\Appdata\Local\iconcache.db" /f /q
start explorer
猜您喜欢
- 联想杀毒下载|联想杀毒软件|绿色版v1.645…05-18
- win10火狐建立安全连接失败如何办?建立…01-08
- 处理电脑:IP地址与网络上的其他系统有冲…07-09
- 曝料win7 Rs2预览版14910将在本周晚些时…04-12
- Win10系统输入经常按一下键盘就出来许多…09-29
- win10系统使用小技巧(附全面介绍)03-24