df3 发表于 2015-12-16 07:13:15

Windows7中重建图标缓存的方法(Rebuild Icon Cache)

今天不知道怎么Chrome图标就不显示了,找了一下这个教程简单好用哈哈!
1.打开任务管理器,结束进程 explorer.exe
1.Open TaskManager, kill "explorer.exe" process


2.任务管理器-新建任务(运行)输入 cmd 回车
2.TaskManager - File Menu - New Task - input "cmd" and press Enter key


3.输入 cd appdata\local   然后按回车(C:\Users\Administrator\AppData\Local)
3.input "cd appdata\local" (not include "") and press Enter key


4.输入 attrib -h IconCache.db 回车
4.input "attrib -h IconCache.db" and press Enter key


5.输入 del IconCache.db 回车
5.input "del IconCache.db" and press Enter key


6.重新建立explorer进程
6.input "explorer.exe" and press Enter
页: [1]
查看完整版本: Windows7中重建图标缓存的方法(Rebuild Icon Cache)