美文网首页
恢复win10桌面图标不显示问题

恢复win10桌面图标不显示问题

作者: 狼少丷 | 来源:发表于2024-04-08 13:27 被阅读0次

脚本如下

新建个记事本,将如下代码粘贴到记事本中并保存。
[图片上传中...(image.png-4b5fd7-1712643644644-0)]

@echo off
taskkill /im explorer.exe /f
cd /d %userprofile%\appdata\local
del iconcache.db /a
start explorer.exe
exit
image.png
重名这个文件,修改后缀为.bat文件
image.png
image.png
点击确定或者是

双击运行即可,这样那些显示不正常的图标就恢复了

相关文章

网友评论

      本文标题:恢复win10桌面图标不显示问题

      本文链接:https://www.haomeiwen.com/subject/bicxxjtx.html