输入: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 就是我测试出来的值 可以修改的高一些 但不能太离谱 不然会有反效果

相关文章:

  • 2021-06-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-07
猜你喜欢
  • 2021-08-30
  • 2022-12-23
  • 2022-12-23
  • 2022-01-19
  • 2022-01-05
相关资源
相似解决方案