时间:2023-06-02 16:16:41 来源: 人气:
1、首先打开开始菜单,然后展开“所有程序--附件--命令提示符”,打开命令窗口;, 2、在打开的窗口中,输入“netsh interface ipv4 show subinterfaces”命令,这是用来查询到目前系统的MTU值;, 3、接着继续输入“netsh interface ipv4 set subinterface "本地连接" mtu=1480 store=persistent”命令,然后回车,就可以对本地连接MTU值进行修改;, 4、再次输入“netsh interface ipv4 show subinterfaces ”命令,即可查询到目前系统的MTU值,这时候会发现MTU值已经修改完成了;,