软体介绍
附带软体卸载功能。同时支持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 Settings\Temporary Internet Files\*.*
del /f /s /q %userprofile%\Local Settings\Temp\*.*
del /f /s /q %userprofile%\recent\*.*
echo 清除系统垃圾完成!
echo. & pause
---------------------------------------------------(这行不用)---------------------------------------
点击另外储存为 在名字后方加.bat(注意有个点) 把TXT改成所有程式 储存后打开



















