How To Double Your Internet Speed in Windows PC with these commands

How To Double Your Internet Speed in Windows PC with these commands:- Are you upset with your slow Internet? Don’t worry, with a very few number of commands, you can boost your broadband speed by 30-35%. So what are you waiting for? Let’s dive into the article, shall we?

STEP 1

  • Start typing in CMD to windows search. When Command Prompt appears in the result, right click on it and select Run as administrator from the context menu.

1runAdmin



STEP 2

  • When the Command Prompt opens in the administrator mode, type in or copy paste the command netsh int tcp show global and hit enter key. This will show TCP Global Parameters. We need to change these by a bit. For that, follow the steps given below.

2netsh

STEP 3

  • Open Notepad and copy paste the following code:
    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
    

3edit

STEP 4

  • Save the file as MerabhejaBooster.bat and hit Save button. Don’t forget to choose All Files as Save as type.

4saveAs

STEP 5

  • As next, run the bat file in the administrator mode by right clicking on it. Now check your Internet speed. You can easily notice that it has increased remarkably. Enjoy!

5runBat

 

What If you want to reset back to original settings

  • If you want to reset the global parameters to the old values, type in the following commands in the notepad and save it as reset.bat.
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

 

6reset

STEP 7



  • As next, run the bat file you just created, in the administrator mode by right clicking on it just like in the 5th step. That’s it. It’s all back to the original state now.

7runAsAdmin

Why settle with slow internet when you can considerably increase the speed with a very few number of commands? Try out this trick today itself. If you are stuck with any of the steps, feel free to leave comments, we would be happy to help. Stay tuned for more tricks, tips, and hacks.