天天看点

win10去掉快捷键小箭头

1、新建txt文档

 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

保存

2、将txt文档重命名为.bat

3、以管理员身份运行

4、好了

----win10恢复快捷方式小箭头---

https://blog.csdn.net/lth9822/article/details/118970499