要最佳化WiFi 7無線網路卡的效能,可以透過調整登錄檔來實現。下面是一些常見的最佳化設定,可以將其儲存為 .reg 檔案:

suv789發表於2024-09-21

要最佳化WiFi 7無線網路卡的效能,可以透過調整登錄檔來實現。下面是一些常見的最佳化設定,可以將其儲存為 .reg 檔案:

Copy Code
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,然後雙擊執行即可應用設定。

相關文章