windows 11 如何去除快捷方式箭头?

原创 wintop  2021-11-04 21:55:26  阅读 1625 次 评论 0 条
摘要:

更新到windows 11 后,肯定有和我一样看着快捷方式箭头别扭的人。下面是去除代码,保存为 .bat 后双击运行即可!reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,19

更新windows 11 后,肯定有和我一样看着快捷方式箭头别扭的人。

下面是去除代码,保存为 .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


本文地址:http://zuoweng.com/post/127.html
版权声明:本文为原创文章,版权归 wintop 所有,欢迎分享本文,转载请保留出处!

发表评论


表情

还没有留言,还不快点抢沙发?