You are on page 1of 1

Here are the commands you will need:

To calculate the MTU size:


ping thetechieguy.com -f -l 1492

To see the MTU size on your computer:


netsh interface ipv4 show subinterfaces

To set the MTU size:


netsh int ipv4 set subinterface “Ethernet” mtu=1500 store=persistent

Note:
If you are using WiFi, instead of Ethernet, use whatever the interface say eg "Wi-
Fi"
To reset it in case it didn't work or you want to start again just set it back to
1500

You might also like