简单快速去除Windows 10快捷方式小箭头

分享一个简单快速去除Windows 10快捷方式小箭头的方法。

复制下面命令粘贴到文本文档中,保存,后缀名改为bat,右击以管理员身份运行即可。

1
2
3
4
5
6
7
8

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

🔰本文标题: 简单快速去除Windows 10快捷方式小箭头

🔞本文链接: https://193.gs/quchuwin10tubiao/index.html

🌡️本文总热度