需要以管理员身份运行命令提示符
1、查看自己当前网络的 MTU 值,请命令提示符下输入以下命令并回车:
netsh interface ipv4 show subinterfaces
2、要设置你正在使用网络的 MTU 值,请在命令提示符下输入以下命令并回车:
netsh interface ipv4 set subinterface "需修改的连接名" mtu=值 store=persistent
其中,需修改的连接名 和 值 要用相应的值来代替。
例如,我这里需要输入:
netsh interface ipv4 set subinterface “WLAN” mtu=1492 store=persistent