nethrd

适用于桌面快捷方式图标丢失或图标变成白色的情况,批处理代码如下:

 

rem 关闭explorer.exe
taskkill /f /im explorer.exe
attrib -h -i %userprofile%\AppData\Local\IconCache.db
del %userprofile%\AppData\Local\IconCache.db /a
rem 打开explorer
start explorer 

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-11-21
  • 2022-12-23
  • 2022-01-03
  • 2022-03-14
  • 2021-11-28
  • 2022-12-23
猜你喜欢
  • 2021-09-05
  • 2021-12-18
  • 2022-12-23
  • 2021-10-30
  • 2021-07-03
  • 2021-06-02
  • 2021-05-18
相关资源
相似解决方案