DF350B.tmp是什么?怎么删不了?

来源:百度知道 编辑:UC知道 时间:2024/06/07 15:09:01
路径:c\documents and settings\administrator\local settings\temp\df350b.tmp

属于临时文件,删除不掉的话,可以用文件粉碎试试。一般杀毒软件都有这项功能

.tmp格式的文件是系统产生的临时文件

编写一个程序来清理吧,不用手动的

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

@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\*.*&qu