去掉win7快捷方式小箭头

reg add "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerShell Icons" /v 29 /d "%systemroot%system32imageres.dll,196" /t reg_sz /f
taskkill /f /im explorer.exe
attrib -s -r -h "%userprofile%AppDataLocaliconcache.db"
del "%userprofile%AppDataLocaliconcache.db" /f /q
start explorer

复制代码,粘贴文本,修改文本后缀为“xxx.bat”,以管理员身份运行

原文地址:https://www.cnblogs.com/nongbin/p/6773631.html