shiy720 发表于 2024-5-9 20:42:46

Windows11去除快捷方式小箭头的方法

win11修改方法
新建一个文本文件(如不显示.txt后缀电脑要在文件夹里设置“显示已知文件扩展名”)
复制下面代码粘贴后保存
修改扩展名为.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


页: [1]
查看完整版本: Windows11去除快捷方式小箭头的方法