flash player20active:c:\windows\temp\下的东西都可以删吗?有没不可以的。是什么?

来源:百度文库 编辑:高考问答 时间:2024/04/27 13:24:44
c:\windows\temp\下的东西都可以删吗?有没不可以的。是什么?

把下段代码保存在记事本里在把后缀名改成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

可以,没有

都可以

windows系统工作临时文件夹,有时候远行一些程序他就会产生一些文件并放在哪里。可以删除