top of page

Increase Internet Speed With This Free Batch File

  • Writer: Brian Clark
    Brian Clark
  • Dec 6, 2020
  • 1 min read

I wanted to increase internet speed with a click of a button, so all you do is right click on this .bat file and run as administrator and watch your internet speed boost.


I don't want anyone downloading this file to feel safe so here are the steps.


  1. Open a notepad file

  2. Enter the following code in the notepad file:


@Echo off 

title SpeedBoost
:start 

netsh int set global congestionprovider=ctcp
netsh int tcp set global autotuninglevel=normal
netsh int tcp set chimney=enabled
ipconfig/flushdns 
netsh winsock reset
netsh int tcp show global
 

pause 
cls
goto start 

3. Save the notepad file as Internetboost.bat , and remember where you saved the file.

4. Right click on the .bat file and run as administrator, and enjoy faster internet speeds.




 
 
 

Comments


bottom of page