将C:\Documents and Settings\你的用户名\我最近的文档
C:\Documents and Settings\你的用户名\Local Settings\Temp
C:\Documents and Settings\你的用户名\Local Settings\TTemporary Internet Files
里的文件和历史全部删除 作者: furuisi 时间: 2009-8-21 09:37
或者是用这个下面的文字编辑为复制到记事本,另存为bat文件
@echo off
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\prefetch\*.*
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 作者: lancejack 时间: 2009-8-21 09:58