步驟:
1、按下windows+x 組合鍵打開超級(jí)菜單(在開始菜單單擊右鍵),選擇 命令提示符(管理員);
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上單擊鼠標(biāo)右鍵,選擇“以管理員身份運(yùn)行”;
4、在powershell 框中輸入下列代碼,按下回車鍵執(zhí)行:
Set-NetTCPSetting -SettingName InternetCustom -CongestionProvider CTCP
Set-NetTCPSetting -SettingName InternetCustom -ScalingHeuristics Disabled
set-NetTCPSetting -SettingName InternetCustom -MinRto 300
5、在開始菜單上單擊右鍵,選擇 設(shè)備管理器,如圖:
6、在設(shè)備管理器中展開 網(wǎng)絡(luò)適配器 ,在下面的網(wǎng)卡上單擊右鍵,選擇 【屬性】;
7、在網(wǎng)卡屬性界面點(diǎn)allentownhummushouse.com擊【高級(jí)】選卡;
8、在屬性框中選中Interrupt Moderation 將值設(shè)置為 Disabled
點(diǎn)擊Performance Options > 點(diǎn)選 Properties >Interrrupt Moderation Rate,選擇旁邊的Value: OFF(若有該選項(xiàng)的話)
9、最后修改注冊(cè)表,按下win+R 輸入 regedit 點(diǎn)擊確定打開注冊(cè)表;
10、HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters (找到這個(gè)位置然后右鍵點(diǎn)擊空白地方,新加D-Word:DefaultTTL, 然后修改數(shù)字為64)
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider\ (找到這個(gè)位置然后把LocalPriority數(shù)字改為4,HostPriority數(shù)字改為 5,DnsPriority 數(shù)字改為6,NetbtPriority 數(shù)字改為7)
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters(找到這個(gè)位置然后右鍵點(diǎn)擊空白地方,新加D-Word:MaxUserPort數(shù)字改為65534 / TcpTimedWaitDelay數(shù)字改為30)
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Psched (找到這個(gè)位置然后把NonBestEffortLimit數(shù)字改為0)
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip\(找到這個(gè)位置然后右鍵新建KEY,命名QoS.然后在key里面新建String,命名Do not use NLA,數(shù)字改為1)
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management (找到這個(gè)位置然后把LargeSystemCache數(shù)字改為0)
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile (找到這個(gè)位置然后把NetworkThrottlingIndex數(shù)字改為ffffffff,沒有的話自己新建D-Word)
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile(找到這個(gè)位置然后把SystemResponsiveness數(shù)字改為0,,沒有的話自己新建D-Word)
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\
(找到這個(gè)位置然后然后你會(huì)看到好幾個(gè)文件夾..找到一個(gè)文件夾里面有你網(wǎng)絡(luò)IP的,查看自己網(wǎng)絡(luò)IP方法:打開cmd.exe,輸入ipconfig /all 然后enter,查看IPV4 address)..找到那個(gè)有你IP的文件夾之后,新建D-word:TcpAckFrequency數(shù)字=1 / TCPNoDelay數(shù)字=1 / TcpDelAckTicks數(shù)字=0 )
完成操作關(guān)閉注冊(cè)表重啟win10系統(tǒng)即可享受無延遲的win10系統(tǒng)!