win7系统怎么修改本地连接MTU值来提高网速

2024-12-23 08:06:39
推荐回答(1个)
回答1:

  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值已经修改完成了;