磁碟清理http://windows.microsoft.com/zh-tw/windows/delete-files-using-disk-cleanup#delete-files-using-disk-cleanup=windows-7休眠刪除 分頁可以不要做http://www.techbang.com/posts/12827-unknown-system-cannot-be-deleted-through-the-system以WIN7來說64GB有點少...一般都建議120G起跳
用這個把下面存成 123.cmd 或是123.BAT 在你需要的時候執行-------------------------------分隔線--------------------------------------------@echo offecho 正在清除系統垃圾檔案中,請稍候......del /f /s /q %systemdrive%\*.tmpdel /f /s /q %systemdrive%\*._mpdel /f /s /q %systemdrive%\*.logdel /f /s /q %systemdrive%\*.giddel /f /s /q %systemdrive%\*.chkdel /f /s /q %systemdrive%\*.olddel /f /s /q %systemdrive%\recycled\*.*del /f /s /q %windir%\*.bakdel /f /s /q %windir%\prefetch\*.*rd /s /q %windir%\temp & md %windir%\tempdel /f /q %userprofile%\cookies\*.*del /f /q %userprofile%\recent\*.*del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"del /f /s /q "%userprofile%\Local Settings\Temp\*.*"del /f /s /q "%userprofile%\recent\*.*"echo 清除系統垃圾檔案完成!!echo. & pause-------------------------------分隔線--------------------------------------------另可以去下載TreeSize(舊版就好)可以知道硬碟哪個資料夾大小,才不會莫名其妙的被吃掉