Internet Tweaks
For Me, Best "Windows 7, Vista, 2008 Tweaks" is Code: netsh int tcp set global congestionprovider=ctcp The things are different for Windows 8/8.1 In Windows 8/8.1 introduced "TCP Templates" to configure TCP settings and deprecated some of the "Old Netsh" ways of doing things. There are 4/5 "Main Templates": Automatic, Internet, Datacenter, Custom and Compat. By Default, "Internet" template was "Applied ...
netsh int tcp set global congestionprovider=ctcp
"Gaming Tweak - Disable Nagle's algorithm" for Windows already completely describe at http://www.speedguide.net/articles/w...ore-tweaks-158 http://www.speedguide.net/articles/w...08-tweaks-2574 But if u need a Program to do that Automatically, this one will help Leatrix Latency Fix
Updated 12-14-13 at 02:01 PM by akbarri
1. Increase the Max Connections Per Server Code: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MAXCONNECTIONSPER1_0SERVER] "iexplore.exe"=dword:0000000a [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MAXCONNECTIONSPERSERVER] "iexplore.exe"=dword:0000000a via http://support.microsoft.com/kb/282402 2. ...
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MAXCONNECTIONSPER1_0SERVER] "iexplore.exe"=dword:0000000a [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_MAXCONNECTIONSPERSERVER] "iexplore.exe"=dword:0000000a
Updated 12-14-13 at 02:00 PM by akbarri