win10删除快捷方式小箭头的bat写法

以下是几条指令:
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,197" /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

将其复制到txt文档后修改后缀为bat
然后右键管理员身份运行它便可以了。

你可能感兴趣的:(平时遗漏)