电脑绣花论坛

标题: 垃圾文件清理软件 [打印本页]

作者: 维维线业    时间: 2008-7-29 14:58
标题: 垃圾文件清理软件

在记事本里复制下面的内容,保存在桌面.

然后把后缀名的".txt"改为".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 清除系统LJ完成!
echo. & pause
******************************************************






欢迎光临 电脑绣花论坛 (http://embcx.net/) Powered by Discuz! X3.2