How to Boost Broadband Speed By Tweaking TCP Global Parameters in Windows

How to Boost Broadband Speed By Tweaking TCP Global Parameters in Windows
STEP-:1
open CMD in administrator mode and type netsh int tcp show global and then press enter
STEP-:2:
Now change the TCP parameters. Open notepad and type these commands save the file as Speedbooster.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
- How To Sync Data Between Different Operating System
- How to Change Windows Password without Knowing the Existing Password
STEP-:3
Run speedbooster.bat in administrator mode. You can notice 30-35% increase in the speed.
To reset TCP global parameters to default values Type these in notepad
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
and save it as say Reset.bat to reset the TCP global parameters to their respective default values and Run it as an administrator.
Conclusion-In countries like India where slow internet is always a big issue for Internet lover, increase of Internet speed by tweaking TCP IP global parameter is a good option in Windows.
I hope you like my Post , If you like it do me a favour by sharing it with your friends. You may consider to Subscribe Techfloyd Newsletter for latest technical tips directly to your E-mail Inbox. You can also follow Techfloyd on Facebook, Google+ and Twitter.