附上解决办法:
1、进入系统盘:\Windows\System32\找到cmd.exe,右键“以管理员身份运行”;
2、在出现的“命令提示符”窗口中输入“netsh interface ipv4 show subinterfaces”并回车来查看当前的MTU值
3、接下来输入“netsh interface ipv4 set subinterface "需修改的连接名" mtu=你得出的合理值 store=persistent”并回车即可
例如:“netsh interface ipv4 set subinterface "LOcal Area Connection" mtu=1492 store=persistent”(LOcal Area Connection是英文WIN7系统的显示,如果你是中文WIN7,应该会显示本地连接 )
输入正确后,会提示OK
