Windows 10 change MTU

 

Windows 10 change MTU

It is possible to change the MTU from the command line.

Open the command Prompt window and follow the steps below to change the MTU size:

  1. Type “netsh interface ipv4 show subinterface”.
  2. Press Enter.
  3. You will see a list of network interfaces.
  4. Type “netsh interface ipv4 set subinterface `Local Area Connection` mtu=1472 store=persistent”.
    You should replace Local Area Connection with the name that appeared in the “Interface” column from steps 1-3.
  5. Press Enter.
  6. Type “netsh interface ipv4 show subinterface” to check the result.

Comments

Popular posts from this blog

How to clean DB from old logs in Magento 1.x

Securing the Pi-hole with fail2ban to prevent DNS Amplification attacks

Apache 2.4 + mod_wsgi + Python 3.7 + Django installation on Centos 7.10