管理员运行CMD,运行

netsh int tcp show global

WIN7参考:

TCP 全局参数

接收方缩放状态 : enabled

烟囱卸载状态 : automatic

NetDMA 状态 : enabled

直接缓存访问(DCA) : disabled

接收窗口自动调协级别 : disabled

附加拥塞控制提供程序 : none

ECN 能力 : disabled

RFC 1323 时间戳 : disabled

初始 RTO : 3000

非 Sack Rtt 复原 : disabled

最大 SYN 重新传输 : 2

修改了以下几项,解决了网速慢的问题,命令都是在CMD中输入,然后重启。

直接缓存访问(DCA):
netsh int tcp set global dca=enabled
接收窗口自动调谐级别:
netsh int tcp set global autotuninglevel=normal
附加拥塞控制提供程序
netsh interface tcp set global congestionprovider=ctcp
Win10用户:
netsh int tcp set supplemental template=internet congestionprovider=ctcp
RFC 1323 时间戳:
netsh int tcp set global timestamps=enabled

参考以下文章:

1,https://madlax.pw/go/?url=https://blog.51cto.com/1873281/747362

2,https://madlax.pw/go/?url=https://chl.la/2016/05/27/

3,https://madlax.pw/go/?url=https://home.gamer.com.tw/creationDetail.php?sn=3507413