Faster internet connection code?

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
joakim
Posts: 24
Joined: 07 Mar 2012 12:08

Faster internet connection code?

#1 Post by joakim » 30 Sep 2012 12:13

Hi, i my friend told me that he have made an code that can speed up your internet, :| i just wonder if it's true and how it works.


@echo off
cls
color A0
Title Internet connection
cd/
netsh int tcp show global
PAUSE
netsh int tcp set global chimney=enabled
PAUSE
netsh int tcp set global autotuninglevel=normal
PAUSE
netsh int tcp set global congestionprovider=ctcp
PAUSE
netsh int tcp show global
echo.
echo.
echo DONE!!!!!!!!
echo.
echo.
PAUSE
exit

Squashman
Expert
Posts: 4486
Joined: 23 Dec 2011 13:59

Re: Faster internet connection code?

#2 Post by Squashman » 30 Sep 2012 12:39

Good article about it here:
http://betanews.com/2011/01/20/use-hidd ... nnections/

I read about this when Windows 7 came out be never noticed any significant difference when making these changes. But all I ever do is surf the net. Stream a few YouTube videos when I am not on my phone. I pretty much leave these settings alone because network speed has never been an issue.

Post Reply