回复win7桌面图标

恢复win7桌面图标??创建一个bat文件,如:修复图标.bat? ? rem 关闭explorer.exe??? taskkill /f /im explor

恢复win7桌面图标

??创建一个bat文件,如:修复图标.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


关闭保存后,双击执行,自动完成,再看桌面,图标恢复正常了,大喜!!