【Windows】Windows11系统完美去除快捷方式小箭头
本文发布于 2 年 前,内容可能已不再适用
本文已更新于 735 天 前
新建一个文本文件,复制下面代码粘贴后保存,修改扩展名为 .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去除后效果

写得详细
Muchas gracias. ?Como puedo iniciar sesion?