忘川 发表于 2010-9-21 12:47:32

WIN7的桌面图标显示解决办法

          桌面图标被覆盖掉了,放大图标正常,缩小就被覆盖。但应用程序还是可以运行~

w.wei 发表于 2010-9-21 13:00:24

麻烦楼主将问题描述清楚,被什么覆盖?怎么缩小的?

忘川 发表于 2010-9-22 02:11:57

问题已经解决了,谢谢了~r
em 关闭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
新建记事本 复制上面代码进去另存为… 1.bat双击


应该是图标缓存被删除了吧。
被快捷方式文件覆盖。希望对大家有帮助~

忘川 发表于 2010-9-22 02:13:41

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
新建记事本 复制上面代码进去另存为… 1.bat双击


问题已经被解决,谢谢了!!!!!    图标缓存被删除了吧,被未知快捷方式文件覆盖。WIN7图标可以放大缩小、

jianchi3a 发表于 2010-9-26 14:56:49

恭喜!!!!!!!!
页: [1]
查看完整版本: WIN7的桌面图标显示解决办法