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
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
attrib -s -r -h "%userprofile%\AppData\Local\iconcache.db"
del "%userprofile%\AppData\Local\iconcache.db" /f /q
start explorer
pause

使用方法:将上述代码另存为.bat文件,管理员身份打开就可以了。


评论(0条)

刀客源码 游客评论