|
本帖最後由 future61 於 2018-5-7 16:00 編輯
1. 試試這套軟體
FileActivityWatch v1.06 監控文件、檔案被什麼程式讀寫、刪除過
https://briian.com/51780/ – 【重灌狂人】
下載: https://123.briian.com/forum.php ... 3OTI0OXwwfDg5ODk%3D
2. 把以下文字,用「記事本」存成〝安全清除你C盤垃圾.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
|
|