彻底解决Windows7下网络游戏延时高的问题

2009/12/18 12:36:17    编辑:软媒 - 笨笨     字体:【

Win7之家www.win7china.com):彻底解决Windows7下网络游戏延时高的问题

  如果在网上搜索一下,反映Windows7系统下玩网游时网络延时比较高的人实在太多了,也就是Ping比平时在XP系统的时候要高一点,一直找不到原因,很苦恼。今天我们终于找到理由了,原来是Windows7的一个服务在作怪,这个服务叫:Multimedia Class Scheduler。

  Multimedia Class Scheduler 这个服务在微软的官方解释是:

  The Multimedia Class Scheduler service (MMCSS) enables multimedia applications to ensure that their time-sensitive processing receives prioritized access to CPU resources. This service enables multimedia applications to utilize as much of the CPU as possible without denying CPU resources to lower-priority applications.

  MMCSS uses information stored in the registry to identify supported tasks and determine the relative priority of threads performing these tasks. Each thread that is performing work related to a particular task calls the AvSetMmMaxThreadCharacteristics or AvSetMmThreadCharacteristics function to inform MMCSS that it is working on that task.

  For an example of a program that uses MMCSS, see Exclusive-Mode Streams

  就是这个服务让我的PING如此高,问题是找到了,那么我们如何解决呢?很简单,禁用它就行了。

  禁用方法:开始--运行-regedit,展开

  HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Audiosrv

  双击打开右侧的DependOnService项目,把MMCSS删除(千万别删到其他的),最后保存退出。



  重启电脑后设置才会生效,然后到服务里关闭并禁用Multimedia Class Scheduler,再进游戏看看,有没有提高呢?关闭这个服务的问题,是否会引发其他的问题呢?我们持续关注此类问题。