要优化WiFi 7无线网卡的性能,可以通过调整注册表来实现。下面是一些常见的优化设置,可以将其保存为 .reg
文件:
Windows Registry Editor Version 5.00
; 优化WiFi 7无线网卡设置
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"TcpAckFrequency"=dword:00000001
"TcpNoDelay"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters]
"MaxMpxCt"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WlanSvc\Parameters]
"AutoConfig"=dword:00000001
; 关闭802.11n和802.11ac不必要的功能
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Wlansvc\Parameters\Interfaces]
"Disable80211n"=dword:00000000
"Disable80211ac"=dword:00000000
; 增加TCP窗口大小
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"DefaultReceiveWindow"=dword:0000FFFF
"DefaultSendWindow"=dword:0000FFFF
; 调整QoS包调度
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Network\Interfaces]
"QoSPacketScheduler"=dword:00000001
; 启用802.11ax功能
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Wlansvc\Parameters\Interfaces]
"Enable80211ax"=dword:00000001
; 调整传输速率
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WlanSvc\Parameters]
"MaxTxRate"=dword:00000000 ; 0表示自适应
; 优化无线适配器电源管理
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Wlansvc\Parameters\Interfaces]
"PowerSavingMode"=dword:00000000 ; 关闭省电模式
; 调整MTU(最大传输单元)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"MTU"=dword:000000EA ; 默认设置为2346字节
; 启用UDP和TCP的窗口扩大选项
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"EnableWindowScaling"=dword:00000001
"EnablePMTUDiscovery"=dword:00000001
; 调整连接数以优化性能
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"MaxUserPort"=dword:0000FFFE ; 增加可用端口范围
"TcpTimedWaitDelay"=dword:0000001E ; 缩短TIME_WAIT状态时间
; 启用TCP快速重传
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"TcpMaxDataRetransmissions"=dword:00000005 ; 增加重传次数
; 调整DNS解析设置
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"MaxCacheTtl"=dword:0000000A ; 将DNS缓存时间设置为10秒
"MaxNegativeCacheTtl"=dword:00000000 ; 关闭负缓存
; 优化TCP/IP参数
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"TcpMaxConnectRetransmissions"=dword:00000003 ; 增加连接重传次数
; 启用Selective Acknowledgment(SACK)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"EnableSACK"=dword:00000001
; 增强性能的TCP/IP算法
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"Tcp1323Opts"=dword:00000003 ; 启用时间戳和窗口扩大
; 优化TCP连接的延迟
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"TcpAckFrequency"=dword:00000001 ; 减少确认频率
"TCPNoDelay"=dword:00000001 ; 启用Nagle算法的关闭
; 启用IPv6并优化其性能
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters]
"Disabled"=dword:00000000 ; 启用IPv6
; 调整保留的TCP连接数
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"MaxUserPort"=dword:0000FFFE ; 最大用户端口
"TcpTimedWaitDelay"=dword:0000001E ; TIME_WAIT状态时间
; 启用TCP的Window Scaling和Selective Acknowledgment(SACK)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"EnableWindowScaling"=dword:00000001 ; 启用窗口扩大
"SackOpts"=dword:00000001 ; 启用选择性确认
; 调整网络适配器的流量控制
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"TcpMaxDataRetransmissions"=dword:00000005 ; 增加数据重传次数
; 优化网络适配器的吞吐量
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"TcpWindowSize"=dword:000000FF ; 设置TCP窗口大小
; 启用QoS数据包调度
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\QoS\Parameters]
"NonBestEffortLimit"=dword:00000000 ; 启用QoS服务
; 调整网络适配器的性能
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"MaxReceiveBuffer"=dword:00000004D2 ; 设置最大接收缓冲区大小
"MaxSendBuffer"=dword:00000004D2 ; 设置最大发送缓冲区大小
; 优化NAT(网络地址转换)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"EnableDynamicPorts"=dword:00000001 ; 启用动态端口分配
"MaxDynamicPorts"=dword:0000FFFE ; 设置最大动态端口数
; 启用IPv4的ECN(显式拥塞通知)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"Tcp1323Opts"=dword:00000003 ; 启用时间戳、窗口扩大和ECN
; 调整TCP的连接数限制
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"TcpTimedWaitDelay"=dword:0000001E ; 调整TIME_WAIT状态时间
"MaxUserPort"=dword:0000FFFE ; 设置最大用户端口
; 启用TCP Fast Open
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"TcpFastOpen"=dword:00000001 ; 启用TCP快速打开
; 增加并发连接数
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"MaxConnections"=dword:0000000A ; 设置最大连接数
; 调整TCP保持活动时间
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"KeepAliveTime"=dword:0000000A ; 设置保持活动时间为10秒
"KeepAliveInterval"=dword:00000002 ; 设置保持活动间隔为2秒
; 优化DNS解析
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"EnableDNS"=dword:00000001 ; 启用DNS解析
"DNSCacheTimeout"=dword:0000003C ; 设置DNS缓存超时时间
; 启用IPv6的优化设置
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters]
"DisabledComponents"=dword:00000000 ; 启用所有IPv6功能
; 优化TCP窗口大小
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"TcpWindowSize"=dword:00000400 ; 设置TCP窗口大小
; 增加TCP连接的最大队列数
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"MaxUserPort"=dword:0000FFFE ; 增加最大用户端口数
"TcpNumConnections"=dword:0000000A ; 设置最大连接数
; 启用QoS(服务质量)设置
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"QoSEnabled"=dword:00000001 ; 启用QoS支持
; 启用TCP自动调节窗口
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"EnableWINS"=dword:00000001 ; 启用WINS支持
"TcpAutotuning"=dword:00000001 ; 启用TCP自动调节窗口
; 调整ARP缓存超时时间
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"ArpCacheLife"=dword:0000001E ; 设置ARP缓存超时时间为30分钟
"ArpCacheTimeout"=dword:0000001E ; 设置ARP超时为30秒
; 优化DHCP设置
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"DhcpConnTimeout"=dword:0000000A ; 设置DHCP连接超时时间为10秒
; 优化TCP/IP参数
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"MaxDataRetransmissions"=dword:0000000A ; 设置最大数据重传次数
"TcpTimedWaitDelay"=dword:0000001E ; 设置TCP TIME_WAIT状态持续时间
; 启用IPv4和IPv6同时工作
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"IPEnableRouter"=dword:00000001 ; 启用IP路由器功能
; 调整TCP窗口自适应设置
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"TcpWindowScale"=dword:00000001 ; 启用TCP窗口缩放
; 调整TCP保活时间设置
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"KeepAliveTime"=dword:0000000A ; 设置TCP保持连接时间为10秒
"KeepAliveInterval"=dword:00000001 ; 设置保持活动间隔为1秒
; 启用TCP快速打开
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"TcpFastOpen"=dword:00000001 ; 启用TCP快速打开
; 增加DNS解析缓存大小
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"MaxCacheTtl"=dword:0000000A ; 设置DNS最大缓存时间为10秒
"MaxNegativeCacheTtl"=dword:00000005 ; 设置负缓存最大时间为5秒
; 调整TCP连接参数
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"MaxUserPort"=dword:0000FFFE ; 增加最大用户端口
"TcpTimedWaitDelay"=dword:0000001E ; 设置TIME_WAIT持续时间
; 启用Receive Window Auto-Tuning
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"ReceiveWindowAutoTuning"=dword:00000001 ; 启用接收窗口自动调整
; 增加默认MTU大小
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"DefaultMTU"=dword:00000001 ; 设置默认MTU大小为1500
; 启用IPv4的动态窗户大小
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"EnableDynamicPort"=dword:00000001 ; 启用动态端口
; 优化网络适配器设置
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"MaxNumTCB"=dword:000000400 ; 增加TCP控制块的数量
; 启用QoS数据包调度
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\QoS\Parameters]
"NonBestEffortLimit"=dword:00000000 ; 允许QoS包的全部带宽
将以上内容复制到记事本,保存为 WiFi7优化.reg
,然后双击运行即可应用设置。
标签:MACHINE,HKEY,LOCAL,网卡,CurrentControlSet,注册表,Services,dword,优化 From: https://www.cnblogs.com/suv789/p/18424470