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

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

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

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

猜你喜欢

转载自blog.csdn.net/idjoy/article/details/81145686