什么app能看行尸走肉:win2000 c:documents and setting\administrator\local settings\temp里装的是什么文件?

来源:百度文库 编辑:查人人中国名人网 时间:2024/04/29 09:35:06

temp文件夹装的是Administrator帐户的临时文件.可以全部删除文件夹内的内容.

是系统产生的临时文件,可以删除,用下面的方法可以干净的去除

新建一个记事本并输入以下的内容:

@echo off

echo 正在清除系统LJ文件,请稍等......

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

最后将它保存,然后更名为“清除系统LJ.bat”!ok!双击运行