mn609

桌面新建文本文档,文件名自定义并修改文件后缀名为.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

分类:

技术点:

相关文章:

  • 2021-06-26
  • 2021-07-02
  • 2021-06-01
  • 2022-12-23
  • 2021-10-27
  • 2022-01-10
  • 2022-01-09
  • 2022-02-03
猜你喜欢
  • 2022-01-13
  • 2021-04-18
  • 2021-08-04
  • 2021-12-02
  • 2021-08-26
  • 2021-05-20
  • 2021-06-06
相关资源
相似解决方案