为什么我家的电脑好慢??

来源:百度知道 编辑:UC知道 时间:2024/06/02 17:03:21
我家的电脑开机好慢啊~~而且不管是点什么文件都要等很长一段时间才会出东西...为什么啊,请专家给出解决方案(请不要说的太复杂,我不太懂~)

方法1:右击桌面然后点击刷新。
方法2:清理不要用的文件,特别是C盘。
方法3:换一个系统。
方法4:扫描病毒。
方法5:
在桌面上点鼠标右键,选择新建一个“记事本”,把下面的字复制进去,点“另存为”,把文件名定为“清除系统LJ.bat”就完成,记住后缀名一定要是.bat,好ok了!你的垃圾清除器就这样制作成功了!双击它就能很快地清理垃圾文件,大约一分钟不到。

PS. 要复制进去的字是 见下

@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\Tem