windows11解决电脑桌面微信图标在显示白纸(空白)的方法
## 清除图标缓存
运行窗口输入**ie4uinit -show**
新建一个.bat文件,写入以下代码并保存运行
```bash
@echo off
taskkill /f /im explorer.exe
CD /d %userprofile%\AppData\Local
DEL IconCache.db /a
start explorer.exe
cho 完成
```
版权声明:
作者:tianya
链接:https://tya.zone/p/82.html
来源:天涯博客
文章版权归作者所有,未经允许请勿转载。
THE END
0
二维码
海报
windows11解决电脑桌面微信图标在显示白纸(空白)的方法
## 清除图标缓存
运行窗口输入**ie4uinit -show**
新建一个.bat文件,写入以下代码并保存运行
```bash
@echo off
taskkill /f /im explorer.exe
CD /d %userp……
共有 0 条评论