C:\Users\Administrator>netsh interface ipv4 set subinterface 本地连接 mtu=1400 store=persistent
找不到元素。

把“本地连接”改成英文,就可以了。

解决win7设置MTU命令执行提示 找不到元素。

C:\Users\Administrator>netsh interface ipv4 set subinterface interface1 mtu=1400 store=persistent
确定。

C:\Users\Administrator>netsh interface ipv4 show subinterfaces

   MTU  MediaSenseState   传入字节  传出字节      接口
------  ---------------  ---------  ---------  -------------
  1400                1          0      18295  Loopback Pseudo-Interface 1
  1400                1   14674026    1461951  interface1

参考:https://tieba.baidu.com/p/1383029958?red_tag=3253808236

相关文章:

  • 2021-11-09
  • 2022-12-23
  • 2021-05-19
  • 2022-12-23
  • 2021-11-18
  • 2021-12-18
  • 2022-12-23
  • 2022-01-12
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-26
  • 2022-12-23
  • 2022-12-23
  • 2021-12-02
相关资源
相似解决方案