win10去除小箭头(备忘)
Posted 黑曼巴LGLG
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
(出处: 卡饭)
以上是关于win10去除小箭头(备忘)的主要内容,如果未能解决你的问题,请参考以下文章