去除win7 64位系统的快捷方式小箭头

来源:互联网 发布:telnet ip 端口 linux 编辑:程序博客网 时间:2024/05/16 18:21
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,196" /t reg_sz /ftaskkill /f /im explorer.exeattrib -s -r -h "%userprofile%\AppData\Local\iconcache.db"del "%userprofile%\AppData\Local\iconcache.db" /f /qstart explorer


将以上的代码复制下来,粘贴到记事本中,另存为".bat"格式文件,已管理员权限运行文件,即可去除快捷方式上的小箭头。

0 0
原创粉丝点击