摘要: 就是重启资源管理器,删除图标缓存 ```shell taskkill /im explorer.exe /f cd /d %userprofile%\appdata\local del iconcache.db /a start explorer.exe exit ``` 阅读全文
posted @ 2023-09-04 16:34 我不是萌新 阅读(373) 评论(0) 推荐(0)