How to boost your internet speed up to 30%
There a lot of factor to consider when it comes to internet speed, basically there are internal and external factors
Apart from modem, ISP, internet cable etc. you don’t have to access external factors
Let’s start
Open Command Prompt as administrator.
Type in this code ”netsh int tcp show global” press Enter key.
Open notepad, paste the following code save as boost.bat
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.
Run the file as an administrator and instantly you will see an increase in internet speed and instantly you will see an increase in internet speed.
To reset all TCP settings to defaults, open notepad and paste the following codes.
Save as reset.bat
Run the file as an administrator
cd\
netsh int tcp show global
netsh int tcp set global chimney=default
netsh int tcp set heuristics enabled
netsh int tcp set global congestionprovider=none
Comments
Post a Comment