去掉win7快捷方式小箭头
Posted 码农网络科技
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了去掉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
复制代码,粘贴文本,修改文本后缀为“xxx.bat”,以管理员身份运行
以上是关于去掉win7快捷方式小箭头的主要内容,如果未能解决你的问题,请参考以下文章