步驟:
1、按下windows+x 組合鍵打開超級菜單(在開始菜單單擊右鍵),選擇 命令提示符(管理員);

2、在命令提示符中依次輸入下面代碼并按下回車鍵:
netsh int tcp set global chimney=disabled
netsh int tcp set global dca=enabled
netsh int tcp set global netdma=disabled
netsh int tcp set global rss=enabled
netsh int tcp set global autotuninglevel=highlyrestricted
netsh int tcp set global ecncapability=enabled
netsh int tcp set global rsc=disabled
netsh int tcp set global timestamps=disabled
netsh int tcp set global initialRto=2000

3、在搜索欄中搜索powershell ,在彈出的windows powershell上單擊鼠標右鍵,選擇“以管理員身份運行”;

4、在powershell 框中輸入下列代碼,按下回車鍵執行:
Set-NetTCPSetting -SettingName InternetCustom -CongestionProvider CTCP
Set-NetTCPSetting -SettingName InternetCustom -ScalingHeuristics Disabled
set-NetTCPSetting -SettingName InternetCustom -MinRto 300

5、在開始菜單上單擊右鍵,選擇 設備管理器,如圖:

6、在設備管理器中展開 網絡適配器 ,在下面的網卡上單擊右鍵,選擇 【屬性】;

7、在網卡屬性界面點www.56bk.cn擊【高級】選卡;

8、在屬性框中選中Interrupt Moderation 將值設置為 Disabled
點擊Performance Options > 點選 Properties >Interrrupt Moderation Rate,選擇旁邊的Value: OFF(若有該選項的話)

9、最后修改注冊表,按下win+R 輸入 regedit 點擊確定打開注冊表;
10、HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters (找到這個位置然后右鍵點擊空白地方,新加D-Word:DefaultTTL, 然后修改數字為64)
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider\ (找到這個位置然后把LocalPriority數字改為4,HostPriority數字改為 5,DnsPriority 數字改為6,NetbtPriority 數字改為7)
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters(找到這個位置然后右鍵點擊空白地方,新加D-Word:MaxUserPort數字改為65534 / TcpTimedWaitDelay數字改為30)
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Psched (找到這個位置然后把NonBestEffortLimit數字改為0)
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip\(找到這個位置然后右鍵新建KEY,命名QoS.然后在key里面新建String,命名Do not use NLA,數字改為1)
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management (找到這個位置然后把LargeSystemCache數字改為0)
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile (找到這個位置然后把NetworkThrottlingIndex數字改為ffffffff,沒有的話自己新建D-Word)
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile(找到這個位置然后把SystemResponsiveness數字改為0,,沒有的話自己新建D-Word)
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\
(找到這個位置然后然后你會看到好幾個文件夾..找到一個文件夾里面有你網絡IP的,查看自己網絡IP方法:打開cmd.exe,輸入ipconfig /all 然后enter,查看IPV4 address)..找到那個有你IP的文件夾之后,新建D-word:TcpAckFrequency數字=1 / TCPNoDelay數字=1 / TcpDelAckTicks數字=0 )
完成操作關閉注冊表重啟win10系統即可享受無延遲的win10系統!