1. Speed up Internet with cmd
Open command prompt with administrator privileges. If you use Windows 8 read how to open cmd as admin. Other wise 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.
Comments