Chuck's Blog

技术、读书与思考

概述

有过Win7系统下的一些EXE文件图标莫名奇妙丢失,但功能却正常的情况吗?其实这是图标缓存的问题,应该是Windows7的bug。  在命令提示符下输入下列命令即可恢复。

详细内容

以下是代码片段:

taskkill /im explorer.exe /f

cd /d %userprofile%\appdata\local

del iconcache.db /a

start explorer.exe

exit

 

阅读全文 »

概述

My macbook is MD101,an optibay with Crucial M4 128g SSD, and sometimes go out or in the silence night,  I don’t want to use the HDD, so use this to eject it.

详细内容

阅读全文 »

概述

前几天安装了2.0更新后,发现硬盘少了8G文件,想想肯定是休眠文件又回来了,但是禁用&删除安全休眠文件的老方法不管用了,重启后文件又会出现,故谷歌到变相的解决方法

操作步骤

阅读全文 »