-
桌面图标箭头如何去掉?图标箭头去除完美办法
- 发布日期: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
猜您喜欢
- win10系统管理员配置了系统策略禁止进行…04-06
- win10系统打开程序提示“无法验证创建文…04-12
- win10系统中移动硬盘打不开提示格式化如…10-18
- win7系统禁用win徽标键组成快捷键的还原…04-12
- Win10 C盘不能扩展卷如何回事?C盘扩展卷…04-23
- 打印机处于错误状态如何办?win10打印机…02-26