我的电脑老是提示问题

来源:百度知道 编辑:UC知道 时间:2024/05/02 13:03:49
问题是; 2B.tmp 遇到问题 ...需要调试 ..我点了调试..它又说文件已损坏 着是什么问题啊

tmp后缀的是系统临时文件,可能是由于你系统的临时文件又多又散乱,造成文件分配表混乱,导致文件交叉链接的错误.
建议你重新启动机器后清理一下系统垃圾..
可以用下面的批处理文件清理.
把下面内容复制到记事本中,然后另存为"chyx垃圾清理.bat",双击执行即可.
------------------------------------分割线不要复制--------------------------------
@echo off【CHYx专用系统垃圾清除工具】
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 Settin