Windows修复桌面图标异常(刷新桌面图标缓存)
将以下代码另存为bat并以管理员权限运行
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 版权声明:本文为原创文章,版权归 Jason's Blog 所有,转载请联系博主获得授权。
本文地址:https://www.okjason.com/archives/28/
如果对本文有什么问题或疑问都可以在评论区留言,我看到后会尽量解答。
暂无标签