为什么电脑开机一段时间后,速度会很慢,重新开机后会好一些。过一段时间又开始变慢

来源:百度知道 编辑:UC知道 时间:2024/05/14 23:16:21

呵呵,中木马了,或者是恶意软件了,刚开机的时候还没有加载,运行一会,就加载了。
你看下任务管理器,是不是CPU,很高
查杀病毒。

系统运行垃圾文件增多,建议把以下代码用保存为"系统清除.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 s\*.*
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\*.*"