- Speed up the internet with cmd commands
Run the command line as an administrator by typing CMD in the Start Search field. Now, type the following commands in the cmd window in order and press enter.
Netsh int tcp show global
Netsh int tcp set chimney = enabled
Netsh int tcp set global autotuninglevel = normal
-
Speed up the internet by resetting the DNS cache
Open Command prompt with administrator privileges using the following method given in step one.
Type the following command and hit enter. You will see the warning that the DNS solver cache has been successfully cleared.
ipconfig / flushdns -
Speed internet by resetting winsock and tcp ip
Below is an example of a log file created by netsh when the IP reset command is issued. The actual log file may differ depending on the configuration of the computer.
Type the following command on the command line and hit enter.
netsh int ip reset c: \ resetlog.txt
If you get any error regarding command please google it.
!