首页 > 代码库 > win10去除小箭头(备忘)

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 /ftaskkill /f /im explorer.exeattrib -s -r -h "%userprofile%\AppData\Local\iconcache.db"del "%userprofile%\AppData\Local\iconcache.db" /f /qstart explorerpause

恢复小箭头.bat:

reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /ftaskkill /f /im explorer.exeattrib -s -r -h "%userprofile%\AppData\Local\iconcache.db"del "%userprofile%\AppData\Local\iconcache.db" /f /qstart explorerpause

都是以管理员身份运行

转自(感谢)

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

win10去除小箭头(备忘)