1、查看MTU值:netsh interface ipv4 show subinterfaces
2、netsh interface ipv4 set subinterface “接口名” mtu=需要修改的MTU值 store=persistent(如:netsh interface ipv4 set subinterface “以太网” mtu=1400 store=persistent) 按下回车键,出现“确定”提示说明修改完成。
3、确定MTU值
列如:ping -l 1400 -f www.baidu.com
提示需要拆分表示小于这个值,需要继续调整以达到最准确的ping通的值。