Win10、Win11 完美去除快捷方式小箭头方法
当你看到这篇文章的时候,相信你已尝试过网上说的各种方法,但总是会有些小问题(比如:任务栏图标点击无法打开程序、亦或是资源管理器打开报错)。本文提供的方法经过自己长期使用,未出现过任何问题,所以分享出来供大家放心使用。
操作步骤
- 在桌面新建一个文本文档
- 复制对应系统的内容到文件
- 将文件后缀修改为
.bat
- 右键以管理员身份运行
Win10
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
start explorer
pause
Win11
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
恢复方法(通用)
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /f
taskkill /f /im explorer.exe
start explorer
pause
THE END
二维码
打赏
文章目录
关闭
共有 0 条评论