Modify MTU in Windows 8

To show current MTU settings:
netsh interface ipv4 show subinterfaces
To change a value, run this in elevated mode.
netsh interface ipv4 set subinterface "Ethernet" mtu=7000 store=persistent
To check if a package can be passed through:
 ping www.yahoo.com -f -l 1490

Post a Comment

Previous Post Next Post