电脑高手求助!我的电脑播放东西很卡!

来源:百度知道 编辑:UC知道 时间:2024/06/06 00:24:22
我的电脑刚刚开机时候不卡 等几分钟就开始卡 玩游戏 播放东西 不关什么都卡起来了 很懊恼
那位大哥大姐可以帮帮我
我有查过 查不出来毒

中病毒了吧,查下,要不就是启动项太多,关掉点

可能是你启动项里面的东西多了,好多没必要开机启动的可以删掉。具体方法:开始--运行--输入“msconfig”--启动--把没必要启动的项目前面对号点掉。

另外:
给你个系统垃圾清理工具

这个程序是自动清理电脑里的垃圾而不会破坏系统 比很多软件都好哦
新建一个记事本并输入以下的内容:

@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%\小甜饼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 &quo