Tuesday, March 5, 2013

Steps to speed up your internet connection.(not illegal)


  • First go to start and search for command prompt.
  • Then right click on command prompt and click run as administrator.
  • Type cd/ and press enter.
  • Then type netsh int tcp show global.Enter(this shows the settings before changing them).
  • Then type netsh int tcp set global chimney=enabled.Enter
  • Then type netsh int tcp set global autotuninglevel=normal.Enter
  • Then type netsh int tcp set global congestionprovider=ctcp
  • Again type netsh int tcp show global and enter to see your settings changed.

What this does is changing your settings so that you get the maximum speed you are provided by your service provider.


No comments:

Post a Comment

Optimized quick sort

In the previous article  we discussed about quick sort algorithm. In this article we are going to discuss about further optimizing quick sor...