Advertisement
Guest User

Nico Hit-Reg Fix

a guest
Sep 23rd, 2014
2,189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. 1. ---> Open cmd (admin)
  2.  
  3. past this: (and press ENTER in every commands)
  4.  
  5. netsh interface tcp set global autotuning=restricted
  6.  
  7. netsh interface tcp set global ecncapability=enabled (for windows8 netsh int tcp set global ecn=enable )
  8.  
  9. netsh interface tcp set global congestionprovider=ctcp
  10.  
  11. netsh int tcp set global dca=enabled
  12.  
  13. netsh int tcp set global chimney=enabled
  14.  
  15.  
  16.  
  17.  
  18.  
  19. 2. ---> Open regedit
  20.  
  21. Go in: HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters
  22.  
  23.  
  24.  
  25. Before starting: You must save files, if you get problem --> So, right clic on Parameters-Exporting and save .
  26.  
  27.  
  28.  
  29. and modify values, if you haven't files create one*
  30.  
  31. * for create a file : right clic NEW- DWORD 32bits and set a name (example:TcpMaxDupAcks) only after press enter, (if you press enter before you have: NewValue#1, so delete the file with right clic delete). When it 's done right clic modify and set value + hexadecimal OR decimal.
  32.  
  33. I give you Name Value hexa/decimal:
  34.  
  35.  
  36.  
  37. DisableTaskOffload 0 hexa
  38.  
  39. DontAddDefaultGatewayDefault 0 hexa
  40.  
  41. EnableDca 1 hexa
  42.  
  43. EnableICMPRedirect 1 hexa
  44.  
  45. EnableIPAutoConfigurationLimits 1 hexa
  46.  
  47. EnablePMTUBHDetect 0 hexa
  48.  
  49. EnableTCPA 1 hexa
  50.  
  51. EnableWsd 1 hexa
  52.  
  53. MaxDupAcks 3 hexa
  54.  
  55. MaxNumForwardPackets 37 decimal
  56.  
  57. NumForwardPackets 37 decimal
  58.  
  59. QualifyingDestinationThreshold 3 hexa
  60.  
  61. Tcp1323Opts 1 hexa
  62.  
  63. TcpAckFrequency 1 hexa
  64.  
  65. TCPMaxDataRetransmissions 7 hexa
  66.  
  67. TcpMaxDupAcks 80 decimal
  68.  
  69. TcpTimedWaitDelay 30 decimal
  70.  
  71.  
  72.  
  73. (don t close regedit)
  74.  
  75.  
  76.  
  77. ---> Open cmd: Now we need to know your MTU : and past this and press ENTER
  78.  
  79. ping -f -l 1500 www.google.at
  80.  
  81. If you have 100% lost try with 1450 (ping -f -l 1450 www.google.at ) -> if 0% ok but try to found the biggest value with 0% lost.
  82. For example your value is : 1465 (WITH 0% lost !!) close cmd. and add +28 to this Value, for 1465 + 28 = 1493
  83.  
  84. Go in regedit same folder and create: (new dword32bits)
  85.  
  86. MTU XXXX decimal (for example MTU 1493 decimal)
  87.  
  88.  
  89.  
  90.  
  91.  
  92. 3. --> Regedit: HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\ServiceProvider
  93.  
  94.  
  95.  
  96. Before starting: You must save files, if you get problem --> So, right clic on ServiceProvider-Exporting and save .
  97.  
  98.  
  99.  
  100. Class 8 hexa
  101.  
  102. DnsPriority 6 hexa
  103.  
  104. HostsPriority 5 hexa
  105.  
  106. LocalPriority 4 hexa
  107.  
  108. NetbtPriority 7 hexa
  109.  
  110.  
  111.  
  112.  
  113.  
  114. 4. ---> Regedit: HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters\Winsock
  115.  
  116.  
  117.  
  118. Before starting: You must save files, if you get problem --> So, right clic on Winsock-Exporting and save .
  119.  
  120.  
  121.  
  122. MaxSockAddrLength 10 hexa
  123.  
  124. MinSockAddrLength 10 hexa
  125.  
  126. UseDelayedAcceptance 0 hexa
  127.  
  128.  
  129.  
  130.  
  131.  
  132. 5. ---> Regedit HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters\Interfaces\{2478Y-xxxxxxxxxxxxxxxxxxxxxxxxxxx}
  133.  
  134.  
  135.  
  136. Before starting: You must save files, if you get problem --> So, right clic on Interfaces-Exporting and save .
  137.  
  138.  
  139.  
  140. In interfaces folder you have many keys like this {2478Y-xxxxxxxxxxxxxxxxxxxxxxxxxxx}
  141.  
  142. choose one of this folder where you see an IP adress 192.xxx.xxx
  143.  
  144.  
  145.  
  146. create / or modify values:
  147.  
  148.  
  149.  
  150. DhcpGatewayHardwareCount 1 hexa
  151.  
  152. EnableDeadGWDetect 1 hexa
  153.  
  154. EnableDHCP 1 hexa
  155.  
  156. MTU XXXX decimal (enter your value)
  157.  
  158. TcpAckFrequency 1 hexa
  159.  
  160. TcpDelAckTicks 1 hexa
  161.  
  162. TCPNoDelay 1 hexa
  163.  
  164. UseZeroBroadcast 0 hexa
  165.  
  166.  
  167.  
  168.  
  169.  
  170. 6. ---> Regedit: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSMQ\Parameters
  171.  
  172.  
  173.  
  174. Before starting: You must save files, if you get problem --> So, right clic on Parameters-Exporting and save .
  175.  
  176.  
  177.  
  178.  
  179.  
  180. if Parameters folder doesn't exist create it --> Editing-New-Key and name it: Parameters, then you can create this file:
  181.  
  182.  
  183.  
  184. TCPNoDelay 1 hexa
  185.  
  186.  
  187.  
  188.  
  189.  
  190. 7. ---> Regedit: HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Memory Management
  191.  
  192.  
  193.  
  194. Before starting: You must save files, if you get problem --> So, right clic on MemoryManagement-Exporting and save .
  195.  
  196.  
  197.  
  198. You need to know what is your CPU L2 cache, dowload CPU-Z : open and check "cache" , you must see L2 : 512Kbytes for example (if you see 512 x 4 do this = 2048kbytes )
  199.  
  200.  
  201.  
  202. SecondLevelDataCache XXXX decimal ( enter your value xxxx )
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214. REBOOT & PLAY !!!
  215.  
  216. By One.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement