去除win7 64位系统桌面图标小箭头
标签:64位 win7
去除win7电脑系统桌面图标的快捷方式的小箭头:
首先在桌面新建一个文本文档,设为去除箭头.txt,第二步,把如下代码粘贴到文档中。
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
不要粘多也不要粘少,要不是不好使的,保存文档时,把后缀名由txt改为bat,双击去除箭头.dat 然后箭头就去掉了哦!
去除win7 64位系统桌面图标小箭头,搜素材,soscw.com
去除win7 64位系统桌面图标小箭头
标签:64位 win7
原文地址:http://blog.csdn.net/pipisorry/article/details/24865195
评论