玩网络游戏越来越卡

来源:百度知道 编辑:UC知道 时间:2024/05/23 22:53:46
开机以后,启动网络游戏,一点不卡,延迟都在50一下,非常流畅,玩了一会儿就非常卡了,延迟上千 。高手指点一下怎么解决啊

这种方法是我从网上看来的,但十分有用,而且不会损坏你的系统文件

步骤如下
开始——程序——附件——记事本
打开记事本以后把以下内容复制上去

@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 系统垃圾已被清除!
echo. & pause

然后“另存为”,保存的时候把文本文档的