磁碟清理程式

磁碟清理程式是常用電腦程式的一種,能幫助釋放硬碟驅動器空間。磁碟清理程式搜尋您的驅動器,然後列出臨時檔案、Internet 快取檔案和可以安全刪除的不需要的程式檔案。可以使用磁碟清理程式刪除部分或全部這些檔案。

基本信息

套用

磁碟清理程式有很多,以下是一種最簡便的。 在桌面上空白處點滑鼠右鍵,選擇新建一個“寫字板”或者是“文本文檔”,把下面的字複製進去,點“另外儲存為”,把檔案名稱定為“磁碟清理.bat”就完成,記住後綴名一定要是.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 清除系統垃圾完成!

相關詞條

相關搜尋

熱門詞條

聯絡我們