手动去箭头
1. 运行regrdit
2. 选中HKEY_CLASSES并打开
3. 选中lnkfile
4. 选中IsShortcut
5. 右键删除
OK
手动恢复
如果需要恢复小箭头,只需在lnkfile这个键的页面上,(右键)创建一个“字符串值”,
然后将其命名为IsShortcut即可~
脚本命令方式
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