正确去掉Win7快捷方式小箭头


标签:
快捷方式箭头win7win8 |
分类: Win7系统优化专栏 |
http://s4/mw690/5d2ced28tdb05fa9d5693&690
http://s3/mw690/5d2ced28tdb05e99c25d2&690
http://s15/mw690/5d2ced28tdb05ec422f7e&690
http://s12/mw690/5d2ced28t7c4d6483a41b&690
http://s6/mw690/5d2ced28tdb05edadd135&690
http://s3/mw690/5d2ced28t7c4d64ff3b22&690
http://s4/mw690/5d2ced28tdb05f3289903&690
http://s5/mw690/5d2ced28tdb05f3bdd8b4&690
http://s9/mw690/5d2ced28tdb05f437d4d8&690
http://s15/mw690/5d2ced28tdb05f4da677e&690
http://s10/mw690/5d2ced28tdb05f5c90119&690
------------------------------------------------
《正确去掉Win7快捷方式小箭头》
文 ---- SupeMove小君
使用普通方法会使系统出现异常,比如开始菜单程序无法删除、收藏夹无法展开等,网上流传使用透明图标的方法会在快捷方式上留下一块黑痣。下面的方法是小君研究出来的,此方法并不是删除了小箭头,而是将小箭头变成了透明,实际上小箭头是以透明状态存在的
去掉Win7快捷方式小箭头的代码如下:
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
pause
操作步骤如下:
1、桌面右键新建一个文本文件
http://s2/mw690/5d2ced28ge056cc25d1e1&690
2、粘贴上面的代码到记事本中,按照下图的格式粘贴,注意格式不要错误,否则运行出错
http://s9/mw690/5d2ced28td77ed64b1ed8&690
3、另存名字为123.bat,文件类型为所有文件
http://s14/mw690/5d2ced28ge056f67c0bbd&690
4、右键123.bat,以管理员身份运行
http://s4/middle/5d2ced28h992aa5c8bbd3&690
运行后,快捷方式的小箭头就被“删除”了
http://s10/mw690/5d2ced28td77eebddd6a9&690
http://s9/mw690/5d2ced28td6623de19688&690
http://s1/mw690/5d2ced28td6623e55f5b0&690
XP去掉小箭头的方和和Win7一样,但代码略有不同
reg add
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell
Icons" /v 29 /d "%systemroot%\system32\shell32.dll,49" /t reg_sz
/f
taskkill /f /im explorer.exe
attrib -s -r -h "%userprofile%\Local Settings\Application
Data\iconcache.db"
del "%userprofile%\Local Settings\Application Data\iconcache.db" /f
/q
start explorer
pause
http://s16/middle/5d2ced28h9ff04cbbf18f&690
恢复Win7快捷方式箭头,注意代码格式不要复制错误
reg
taskkill /f /im explorer.exe
attrib -s -r -h "%userprofile%\AppData\Local\iconcache.db"
del "%userprofile%\AppData\Local\iconcache.db" /f /q
start
explorer
pause
恢复XP快捷方式箭头,注意代码格式不要复制错误
reg
taskkill /f /im explorer.exe
attrib -s -r -h "%userprofile%\Local Settings\Application
Data\iconcache.db"
del "%userprofile%\Local Settings\Application Data\iconcache.db" /f
/q
start explorer
pause
注意的是,上面两种恢复方法只针对本文去掉小箭头的方法,如果各位使用别的方法去掉了小箭头,用这个方法恢复,不一定会有效果