Every day we use Internet for gathering information or for downloading movies,songs or for other purposes,as a result at some point(time) in the future your may feel that your internet connection has been slowed down due to the usage of it.At that situation you can speed up your Internet connection by entering some commands in cmd. So Let see how to do it.
1.Open RUN and type CMD in it and Hit enter(Recommended to Run the CMD using administrator rights).
2.Now in that type "cd/" or "cd c:\windows\system32" and hit enter.
3.Enter "netsh int tcp show global" in the command prompt to view the TCP(Transmission control protocol) global parameters as shown below.
4.In order to increase the internet change the "Chimney" variable value to "Enabled".In order to change enter the following command and hit enter
8.Restart your computer in order to take effects.
Steps:
2.Now in that type "cd/" or "cd c:\windows\system32" and hit enter.
3.Enter "netsh int tcp show global" in the command prompt to view the TCP(Transmission control protocol) global parameters as shown below.
4.In order to increase the internet change the "Chimney" variable value to "Enabled".In order to change enter the following command and hit enter
netsh int tcp set global chimney=enabled5.Similarly change the Auto-Tuning variable value to "Normal" by entering the below command.
netsh int tcp set global autotuninglevel=normal6.Similarly change the congestion control provider value to CTCP.CTCP is enabled by default in the computer which are running beta version of windows server 2008 and in some version of vista and 7,this value is set to "none".In order to enable this option enter the following command.
netsh int tcp set global congestionprovider=ctcp7.In order to check whether the above commands are enabled or not,enter the command which is used in step 3 and you will see the screen as shown below which changes.
8.Restart your computer in order to take effects.
Steps to get the previous configuration:
9.In order to get back the values of TCP global parameters,enter the below commands in the cmd.- netsh int tcp set global chimney=default.
- netsh int tcp set global autotuninglevel=disabled.
- netsh int tcp set global congestionprovider=none.
Comments
Post a Comment