C盘里充满了TMP文件是怎么回事?

来源:百度知道 编辑:UC知道 时间:2024/05/25 13:39:52
突然间,C盘里出现了上千个TMP文件,而且文件名都有一定的顺序,例如pos564.tmp等,怎样删除它们,会对电脑造成什么影响?
就是不可删掉才上来问的,请给小弟一个好方法吧!!~在安全模式下不能删除,怎么办?

完全可以删之!~~
教你以招!~~
自制系统垃圾清理软件,过段时间清理一下就行了

@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 清理完毕!
echo. & pause
在桌面上点鼠标右键选"新建"-"文本文档"在桌面