第一步:查看MTU
netsh interface ipv4 show subinterfaces
第二步:目标修改“以太网 3”的MTU
netsh interface ipv4 set subinterface "以太网 3" mtu=1460 store=persistent
第一步:查看MTU
netsh interface ipv4 show subinterfaces
第二步:目标修改“以太网 3”的MTU
netsh interface ipv4 set subinterface "以太网 3" mtu=1460 store=persistent