WOW Latency, here is what to do.
After installing Windows 7 RC1 I found these instructions to be perfect. Took my latency of 300ish to 100ish.
- From a command prompt run “regedit”
- Browse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\Parameters\Interfaces
- Browse the items under interfaces until you find one that has an IPAddress entry matching the network interface you want to affect
- Right-click on the interface and select New > DWORD (32-bit) Value, name it “TcpAckFrequency”
- Right-click the new TcpAckFrequency value and select Modify, enter “1? (Hexadecimal radio button should be selected)
- Right-click on the interface and select New > DWORD (32-bit) Value, name it “TCPNoDelay” (note that TCP is all uppercase this time – that’s intentional)
- Right-click the new TCPNoDelay value and select Modify, enter “1? (Hexadecimal radio button should be selected)
- Verify that both TcpAckFrequency and TCPNoDelay now show up in the adapter’s property list with types REG_DWORD and values 0×00000001
- Exit regedit
- Go to the Windows Control Panel > Programs and Features > click the “Turn Windows features on or off” link (may be named slightly different in Vista)
- Find “Microsoft Message Queue (MSMQ) Server” and check the box to enable it, also enabling all the child checkboxes under it
- Exit Windows features and reboot your PC (you must reboot before the next step is possible!)
- After rebooting, from a command prompt run “regedit” again
- Browse to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSMQ\Parameters
- Right-click on Parameters and select New > DWORD (32-bit) Value, name it “TCPNoDelay”
- Right-click the new TCPNoDelay value and select Modify, enter “1? (Hexadecimal radio button should be selected)
- Verify that TCPNoDelay now shows up in the property list with typs REG_DWORD and value 0×00000001
- Exit regedit and reboot again (reboot is necessary for this to take effect!)
- Play a game and enjoy your new low ping.
Credit for the instructions goes to Dustin at LIFE & CODE.

