Advertisement
DennisBoone2020

connection optimization windows 10

Jan 10th, 2018
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. (Option 1) Change your DNS servers:
  2.  
  3. usually at the bottom of windows 10 on the lower right you can hover over a network button, right click this and select open network and sharing center, now look to the left and you will see "change adapter settings"
  4. regardless if you are on ethernet or wifi, right-click the first thing that pops up -> and click properties -> click internet protocol version 4 -> click properties again -> click use the following DNS address and enter
  5. and find a DNS server address to input in (to your choosings)
  6.  
  7. Recommended DNS servers:
  8. 8.8.8.8 primary -> 8.8.4.4 secondary (Google DNS)
  9. 208.67.222.222 primary -> 208.67.220.220
  10.  
  11. input these in -> validate settings upon exit -> click ok
  12.  
  13. note: The guide on connection issues from the support team on LoL recommends disabling ipv6 -> if you have already done this and
  14. your connection hasnt improved by use of "speedtest.net" then enable it.
  15.  
  16. (Option 2) increase reservable bandwith and packets
  17.  
  18. windows search -> run "gpedit.msc"
  19. enter.
  20. (What if I'm using the home version of windows 10 which doesn't have access to local group policy editor?)
  21. You have to access GPEDIT using a third party software
  22.  
  23. (If you do have access to gpedit.msc skip to "in gpedit")
  24.  
  25. this is one I recommend: https://drudger.deviantart.com/art/Add-GPEDIT-msc-215792914
  26. it will say download on the right of the page -> open in winrar or any zip opener -> doubleclick setup.exe
  27. -> this will take you to the command prompt -> now if the file is working, then you will see messages like "SUCCESS" and
  28. it will explain the file path needed to open GPEDIT(Note that even if you search for GPEDIT again, it will not be found)
  29. -> now do a windows search -> type in computer -> click the first result you find (this is basically accessing file explorer) -> click windows (:C)
  30. -> scroll down to windows and double click this file -> do another search or ctrl+f "SysWOW64" or GPBAK -> into "GPBAK" if you didnt find GPBAK immediately -> gpedit.msc
  31.  
  32. in gpedit ->
  33. double click computer administrative templates -> double click network -> double click QoS packet Scheduler->
  34. click limit reservable bandwith -> click enabled -> set to 0 -> apply -> ok
  35.  
  36. now enter -> limit outstanding packets -> enabled -> copy paste 99999999 -> apply -> ok
  37.  
  38. (Option 3 regedit tweaking)
  39.  
  40. windows search -> "regedit" -> regedit -> computer (HKEY_LOCAL_MACHINE) - > SOFTWARE -> Scroll down to Microsoft -> Windows -> Double Click Current Version
  41. you will see things such as device path or common files -> right click an empty space in this file and select new dword 32 bit -> right click (rename file) as "Maxconnection server" (space included)
  42. -> right click this file again and click modify -> set value data to 16 and hexidecimal then ok.
  43.  
  44.  
  45. Now make another file called "Maxconnection1_0server" -> right click this -> modify -> set value to 16 and hexidecimal ->
  46. ok
  47.  
  48. (option 4 flushing DNS resolver cache)
  49.  
  50. open windows search -> type in "CMD" -> open command prompt -> type in "ipconfig /flushdns"
  51.  
  52. (option 5 Limit auto-processes that take up bandwith) -
  53.  
  54. windows search -> services.msc -> scroll down to IPHelper -> rightclick -> properties -> disable
  55. Make sure services like steam isnt auto updating stuff in the background while playing games like league -> this also slows down connection
  56. Dont be that guy -> you know, that guy that has a browser open with 20 tabs in the background
  57.  
  58. (option 6 restart computer and modem) -> turn off your computer (and unplug it) / turn off your laptop for 30 minutes and turn off your modem for 30 minutes as well
  59. turn these things back on 30 minutes later
  60.  
  61. (option 7 punch ajit pai in the face) -> this may not help improve your connection, but it will release frustrations over slow connection
  62.  
  63. (option 8 change wifi password) - maybe you have an easy password to hack so other people you dont know are using it, change it to something harder to discover with capitalization and numbers.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement