Playing the game network with win 7 system has a high latency?

  

I believe that everyone should play games at ordinary times, and when playing games, especially the most feared online games are network delays, which will delay the game speed. I often hear people say that when using Windows 7 to play online games, the network delay is relatively high, that is, the ping is higher than the usual xp, and the reason has been found, it is very distressing. Today we finally found the reason. It turns out that a service of Win7 is blaming. This service is called: Multimedia Class Scheduler. The official explanation of this service is:

The Multimedia Class Scheduler service (MMCSS) enables multimedia applications to ensure The 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 determines 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

This service makes my PING so high, the problem is to find , Then how do we solve it? Very simple, it disables the line.

Disable method: Start--Run-regedit, expand [HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Audiosrv] Double-click to open the DependOnService project on the right, delete the MMCSS (do not delete it), save it. .

I don't know if you have tried it, what is the effect? ​​The settings will not take effect after restarting the computer, then close and disable the Multimedia Class Scheduler in the service, and then enter the game to see if there is any improvement?

Copyright © Windows knowledge All Rights Reserved