ad

win10完美去除快捷方式小箭头的方法

由于桌面图标太多,看着图标小箭头太多有点怪怪的,就想吧小箭头去掉,自4049;也是尝试了一番,也是可以成功的去掉,【小诸葛】把方法给大家分享一下。

去掉箭头代码

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文件,管理员身份打开就可以了。


qianqu
( 千趣源码网全面的综合平台 )
ad
ad
ad
ad
千趣源码