How to speed up internet connection using cmd



1. Speed up the Internet with cmd
Open the command prompt with administrator privileges.
follow below steps.
* Click window (button) +R  or  type run on search box. You will see “Run” dialog.
* Type cmd and click enter.
* Right click on cmd.
* Select run as administration. You will see Command prompt window with admin privileges.
* Now type following commands in cmd window.
* Netsh int tcp show global and press enter.
* Netsh int tcp set chimney=enabled and press enter.
* Netsh int tcp set global autotuninglevel=normal and press enter.
* Netsh int set global congestionprovider=ctcp and press enter.




Enjoy! Follow us for more... 

No comments:

Post a Comment

How to Add lookup data while php programming ? .mp4

To add lookup data while programming in PHP, you generally follow these steps: 1. Database Design Ensure your database has the necessary tab...