What's new

Tutorial Speed up internet using cmd (command prompt)

Pusoy000

Forum Veteran
Joined
Jan 30, 2017
Posts
1,645
Reaction
963
Points
667
Age
25
-> ngayon kolang pala eto na discover tss , kaya after ko nalaman yon lagi ko nang ginagawa pag pupunta ako sa mga internet cafe feel ko talaga yong speed e hahaha kaya subukan nyo narin to :D

Speed Up Internet Using CMD (Command Prompt)


IP-renew-on-cmd-Windows-10.jpg

To speed up the internet using cmd, we have come up with some Windows tweaks. Some of these tweaks and tricks include playing with DNS cache, pinging to the default gateway and using ‘netsh int tcp’ command along with different attributes to increase the internet speed.

We often encounter problems with the slow internet connection and we really do not know what to do next. In most of the cases, at most we do is to restart our device or the router and then wait for the increased internet speed.

If that does not work, we complain to our service provider and even if the slow internet speed problem persists, we, eventually, change our internet provider for a better speedy connection. So, here are some of the tips and tricks on speeding up the internet using cmd.

Check internet speed using cmd pings to default gateway
You can check your internet connection speed by sending ping packets to your default gateway.

To know your default gateway, you can use ipconfig /all command. Once you get the IP address of your default gateway, start running a continuous ping by typing ping -t <your default gateway address>. The time field value will show you the time taken to get an acknowledgment from the gateway.

Lower time value is an indication that your network is faster. However, running a lot of pings consume network bandwidth as well as your default gateway resources. Though the data packets for ping are very negligible in size and you might not observe any change in internet speed but it does consume bandwidth.

speed-up-internet-connection-using-cmd.jpg
IP release and renew

Well, If you are using a WiFi connection, in the case of IP release and renew, you may experience a temporary speed boost, depending on the strength of the WiFi signal. However, in the case of LAN, it won’t affect speed.

IP-renew-on-cmd-Windows-10.jpgFlushdns to Speed up internet using cmd
Our computer maintains a list of the websites and their corresponding IP addresses that we access the most in the DNS resolver cache. Sometimes, these data become obsolete after months or weeks. So when we flush our DNS resolver cache, we actually flush out the obsolete data and make new entries in the DNS resolver cache table.

flush-dns.jpg

Using this command, you might initially experience a slower connection because of the requirement of the new DNS lookups for every resource. However, you will soon experience faster loading of the websites in your browser.

Speed up internet using cmd ‘Netsh int tcp’ command:
Type this command in your command prompt window and observe carefully:

netsh-commands-cmd.jpg

If you do not see Receive Window Autotuning level as ‘Normal’ as shown above then run the following command:

  • netsh int tcp set global autotuninglevel=normal
This command will set your TCP receive window to Normal from the disabled or restricted state. TCP receive window is one of the key factors in the internet download speed. Thus making the TCP receive window to ‘Normal’ will surely help you in increasing your internet speed.

After this command, let’s check for another parameter of Windows in terms of the slow internet connection called ‘Windows scaling heuristics’. To check for this parameter, type

  • netsh interface tcp show heuristics
Windows-scaling-heuristics-disable.jpg

Well, in my case, it’s disabled. However, in some case, you might it enable. That means Microsoft in some ways, is trying to limit your internet connection. So avoid it and to get faster internet, type the below command and press enter:

  • netsh interface tcp set heuristics disabled
Once pressed enter, you will receive an ‘ok’ message and now your internet speed has surely got boosted up.

Once you are done with the above steps, you can follow step one again to measure the time value in getting a ping acknowledgment from the default gateway, just to check if your internet speed has gone up or not.

Feel nyo talaga ang bilis pag nag browse kayo :D

More power PHC :)
 

Attachments

Last edited by a moderator:
idol.. anung command pra ma normal ko yung profile type private.. naka restricted sa ain eh..
 
Wow ! Paanu bah ? e post mo nalang para malaman ng lahat
kaso di kopalang nagawa yon kaibigan try mo nalang basta for me effective sha pag naka turn off yong firewall ng pc na gusto mo e shutdown, at tsaka mayron naman tutorial nasa YøùTùbé ata
 
may pang android ka ba dyan bossing ? Hirap kase maglaro ng ML dto sa area ko e. hindi stable yung ping.
 
Back
Top