win10去除小箭头(备忘)

去除小箭头.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

恢复小箭头.bat:

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

都是以管理员身份运行

转自(感谢)

win10完美去除快捷方式小箭头的方法
http://bbs.kafan.cn/thread-1843802-1-1.html
(出处: 卡饭)

posted @ 2017-06-17 22:45  黑曼巴LGLG  阅读(323)  评论(0编辑  收藏  举报