为什么我的电脑玩游戏会卡!以前不卡啊!

来源:百度知道 编辑:UC知道 时间:2024/05/16 17:31:38
以前是:256内存 玩跑跑都不卡!
后来为了电脑运行速度快点 又加了根 512
刚加上的时候 256+512=768的内存 玩卡卡真是没话说 速度快!

也不知道什么时候(估计是我更新IE浏览器以后[就是那个6.0更新成那个不知道是什么版本) 在玩跑跑就卡的不行了(比较模糊了 不知道是不是这原因)

反正现在卡的很 知道的人给我说下好不!???

应该和你的电脑硬件没有问题
如果没有中毒的话,看看在你运行游戏的时候其他进程的CPU占用情况
可能会发现问题

系统用久了,自然垃圾也就多了,变慢是很正常的事情,一般大家都会用优化大师来优化,
但是不会弄的就会往往把系统弄崩溃了.下面我就推荐你建个批处理文件来清理垃圾.
内容如下:

@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 "%userprof