电脑开机过一会就很卡

来源:百度知道 编辑:UC知道 时间:2024/05/21 06:28:20
没次电脑开机运行正常,但过一会就变的很卡,CPU利用很底,开一个游戏就到100%了,我查过CPU温度才33度,用瑞星的最新版查了没病毒,奇怪的是用迅雷下载和以前速度一样,有时开机又一切正常!

楼主我给你个办法你试下一定很管用,交你做个自动清理垃圾文件器!
鼠标右键—新建文本文挡。把以下代码输进去
@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 清除系统LJ完成!
echo. & pause

最后