brian santuelch
Journeyman
You know that they are a lot of factors to be considered when it comes to internet speed.
There are basically internal and external factors.
Apart from your connections like cable, modem etc, you don’t have access to external factors.
With this trick, you can boost the internet speed of your computer. Let get started.
Open Command Prompt as administrator.
Type in this code netsh int tcp show global press the Enter key
Open notepad and paste the following codes then save the document anything you want but make sure it ends with .bat. Save it on the desktop.
cd\
netsh int tcp show global
netsh int tcp set global chimney=enabled
netsh int tcp set heuristics disabled
netsh int tcp set global autotuninglevel=normal
netsh int tcp set global congestionprovider=ctcp
The above code will just change the tcp settings you see in the command prompt output.
Remember to save with .bat extension.
Run the file as an administrator and instantly you will see an increase in internet speed.
If you want to change these TCP settings to their default, paste the code below into notepad and save it with .bat extension.
Maybe something like reset.bat
cd\
There are basically internal and external factors.
Apart from your connections like cable, modem etc, you don’t have access to external factors.
With this trick, you can boost the internet speed of your computer. Let get started.
Open Command Prompt as administrator.
Type in this code netsh int tcp show global press the Enter key
Open notepad and paste the following codes then save the document anything you want but make sure it ends with .bat. Save it on the desktop.
cd\
netsh int tcp show global
netsh int tcp set global chimney=enabled
netsh int tcp set heuristics disabled
netsh int tcp set global autotuninglevel=normal
netsh int tcp set global congestionprovider=ctcp
The above code will just change the tcp settings you see in the command prompt output.
Remember to save with .bat extension.
Run the file as an administrator and instantly you will see an increase in internet speed.
If you want to change these TCP settings to their default, paste the code below into notepad and save it with .bat extension.
Maybe something like reset.bat
cd\