windows桌面去除快捷箭头 Posted on 2024-06-14 Edited on 2025-07-21 Views: windows桌面去除快捷箭头方法 remove-quickico.bat 以管理员身份运行bat 123456reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,197" /t reg_sz /ftaskkill /f /im explorer.exeattrib -s -r -h "%userprofile%\AppData\Local\iconcache.db"del "%userprofile%\AppData\Local\iconcache.db" /f /qstart explorerpause