torchstar

1、去掉小箭头

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

在桌面新建一个txt文本文档,将以上代码复制到txt文本文档中保存,然后再把文档的后缀名改成.bat,最后以管理员身份运行这个.bat文档就可以去除箭头了。

2、恢复小箭头

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

  

分类:

技术点:

相关文章:

  • 2021-12-05
  • 2021-12-15
  • 2021-12-15
  • 2021-12-05
  • 2021-05-14
  • 2021-12-13
  • 2021-11-17
  • 2022-01-10
猜你喜欢
  • 2021-12-05
  • 2021-08-03
  • 2021-12-05
  • 2021-06-14
  • 2021-12-05
  • 2021-06-26
  • 2022-12-23
相关资源
相似解决方案