請大大幫忙看一下暫存檔刪除問題

小魯不太熟電腦
上網爬了一下文
請問這裡的檔案就是暫存檔嗎?
可以都刪除嗎?
C槽的SSD快要爆炸了
還是有其它的地方有東西可以刪除了
請大大們解惑 謝謝
請大大幫忙看一下暫存檔刪除問題
2015-06-12 10:13 發佈
文章關鍵字 暫存檔 問題
磁碟清理
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起跳
謝謝大大
電腦3年多了
3年前SSD 60G就兩千大洋了
用這個
把下面存成 123.cmd 或是123.BAT 在你需要的時候執行

-------------------------------分隔線--------------------------------------------
@echo off
echo 正在清除系統垃圾檔案中,請稍候......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /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(舊版就好)可以知道硬碟哪個資料夾大小,才不會莫名其妙的被吃掉

內文搜尋
X
評分
評分
複製連結
Mobile01提醒您
您目前瀏覽的是行動版網頁
是否切換到電腦版網頁呢?