Windows 8的图标缓存路径与Win7不同,重置方法如下:

rem 关闭explorer.exe
taskkill /f /im explorer.exe
attrib -h -i %userprofile%\AppData\Local\Microsoft\Windows\Explorer\*.*
del %userprofile%\AppData\Local\Microsoft\Windows\Explorer\*.* /q 
rem 打开 start explorer

使用方法:存为文本文件,后缀名改为.bat,双击运行。

相关文章:

  • 2022-03-14
  • 2021-08-26
  • 2021-08-13
  • 2021-12-18
  • 2021-11-28
  • 2021-06-22
  • 2022-12-23
  • 2021-12-11
猜你喜欢
  • 2021-07-03
  • 2021-06-02
  • 2022-01-03
  • 2022-03-14
  • 2021-07-17
  • 2021-09-05
相关资源
相似解决方案