Advertisement
rathleif

disabling Network Trottling on win7/vista

Sep 7th, 2013
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. NetWorkThrottling:
  2.  
  3. One of the most frequent complains about Windows Vista is the Multimedia Class Scheduler (MCS). The is an enabled-by-default component in Windows that prioritises multimedia applications and tasks such as video and music playback (hence, improving your multimedia experience).
  4.  
  5. However, when multimedia tasks are active (most notably if Windows Media Player is active), MCS will throttle down the global network bandwidth to around 10,000 packets per second to conserve CPU interrupts. On high speed links like Gigabit Ethernet (without Jumbo Packets), the throttling may yield a significant drop in network throughput.
  6.  
  7. In Vista SP1, Microsoft added the ability to change the packet per second limit of the MCS, or completely disable it. If you’re still using Vista RTM, you’re out of luck. The following procedures work with all new Microsoft operating systems, be it Vista SPx or Windows 7. Here’s how:
  8.  
  9. 1. Press Windows key and R simultaneously.
  10.  
  11. 2. Enter “regedit” (without the quotation marks) and press enter.
  12.  
  13. 3. Using the tree on your left, navigate to the following branch:
  14.  
  15. Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Win dows NT\CurrentVersion\ Multimedia\SystemProfile
  16.  
  17. 4. Double click on “NetworkThrottlingIndex“.
  18.  
  19. 5. To disable completely, enter FFFFFF with base hexadecimal.
  20.  
  21.  
  22. Effect,this will lower your ping in most multiplayer games,make it more stable and give less spikes.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement