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 Copyright Notice: This article is an original work. Copyright belongs to Jason's Blog. Please contact the author for permission before reprinting.
Article URL: https://www.okjason.com/archives/28.html
If you have any questions or concerns about this article, feel free to leave a comment. I will try my best to respond as soon as possible.
None