推荐使用小工具 Dism++:https://www.chuyu.me/zh-Hans/index.html

注册表命令:

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,197" /t reg_sz /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 77 /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

 

相关文章:

  • 2021-06-09
  • 2022-01-15
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2021-10-31
  • 2021-07-24
  • 2021-07-10
猜你喜欢
  • 2022-01-01
  • 2022-12-23
  • 2022-01-03
  • 2021-10-27
  • 2021-07-30
  • 2022-01-28
  • 2022-12-23
相关资源
相似解决方案