軟件介紹
體積小,運行速度極快,可以對臨時文件夾、曆史記錄、回收站等進行垃圾清理,并可對注冊表進行垃圾項掃描、清理。附帶軟件卸載功能。同時支持IE、Firefox、Oprea等。免費使用,不含任何間諜軟件和垃圾程序。支持包括簡體中文在内的31國語言界面!
快速清理
首先新建一個TXT文本文檔,然後複制以下内容:
@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 SettingsTemporary Internet Files*.*"
del /f /s /q "%userprofile%Local SettingsTemp*.*"
del /f /s /q "%userprofile%recent*.*"
echo 清除系統垃圾完成!
echo. & pause
---------------------------------------------------(這行不用)---------------------------------------
點擊另存為在名字後方加.bat(注意有個點)把TXT改成所有程序儲存後打開



















