修改Windows7MTU值方法

时间:2010-12-14 16:22:00   来源:无忧考网     [字体: ]
修改Windows7MTU值方法

  输入:netsh interface ipv4 show subinterfaces 查询到目前系统的MTU值。
  如果你查询不到你想要的连接,请看看是否已经禁用了某个本地连接。

  再分别输入以下两行,每输入一行就按一次回车键。

  netsh interface ipv4 set subinterface "本地连接" mtu=1480 store=persistent

  netsh interface ipv4 set subinterface "无线网络连接" mtu=1480 store=persistent

  其中

  1480 就是我测试出来的 “值1452字节” + “数据包头28字节” = 1480字节。