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

2180阅读 0评论2015-07-01 szc982
分类:Windows平台

今天不知道怎么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
上一篇:Android APK反编译详解(附图)
下一篇:没有了