Fork me on GitHub

删除桌面快捷方式箭头,保存.bat管理员权限运行

```plaintext

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

```

posted on 2025-08-05 21:41  ScvQ  阅读(8)  评论(0)    收藏  举报

导航