⑴使用win系统的用户反应将系统升级到windows 操作系统后玩游戏就经常出现卡顿,ping值高,游戏操作延后性等一系列网络延迟高的问题,在上一篇文章中小编给大家讲了关于升级win后游戏延迟变高的修复方法关闭win系统的定位功能,但是不少用户在关闭定位功能后效果仍旧不好的现象,于是乎小编今天将在此对于win网络延迟这一问题给大家分享下有效可用的优化方法!
⑵按下windows+x 组合键打开超级菜单(在开始菜单单击右键,选择 命令提示符(管理员;
⑶在命令提示符中依次输入下面代码并按下回车键:
⑷sh int tcp set global chimney=disabled
⑸sh int tcp set global dca=enabled
⑹sh int tcp set global dma=disabled
⑺sh int tcp set global rss=enabled
⑻sh int tcp set global autotuninglevel=highlyrestricted
⑼sh int tcp set global ecapability=enabled
⑽sh int tcp set global rsc=disabled
⑾sh int tcp set global timestamps=disabled
⑿sh int tcp set global initialRto=
⒀在搜索栏中搜索powershell ,在弹出的windows powershell上单击鼠标右键,选择“以管理员身份运行”;
⒁在powershell 框中输入下列代码,按下回车键执行:
⒂Set-TCPSetting -SettingName InterCustom -CongestionProvider CTCP
⒃Set-TCPSetting -SettingName InterCustom -ScalingHeuristics Disabled
⒄set-TCPSetting -SettingName InterCustom -MinRto
⒅在开始菜单上单击右键,选择 设备管理器,如图:
⒆在设备管理器中展开 网络适配器 ,在下面的网卡上单击右键,选择 【属性】;
⒇在网卡属性界面点击【高级】选卡;
⒈在属性框中选中Interrupt Moderation 将值设置为 Disabled
⒉点击Performance Options > 点选 Properties >Interrrupt Moderation Rate,选择旁边的Value: OFF(若有该选项的话
⒊最后修改注册表,按下win+R 输入 regedit 点击确定打开注册表;
⒋HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesTcpipParameters (找到这个位置然后右键点击空白地方,新加D-Word:DefaultTTL, 然后修改数字为)
⒌HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesTcpipServiceProvider (找到这个位置然后把LocalPriority数字改为,HostPriority数字改为 ,DnsPriority 数字改为,btPriority 数字改为)
⒍HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesTcpipParameters(找到这个位置然后右键点击空白地方,新加D-Word:MaxUserPort数字改为 / TcpTimedWaitDelay数字改为)
⒎HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsPsched (找到这个位置然后把NonBestEffortLimit数字改为)
⒏HKEY_LOCAL_MACHINESystemCurrentControlSetServicesTcpip(找到这个位置然后右键新建KEY,命名QoS.然后在key里面新建String,命名Do not use NLA,数字改为)
⒐HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession ManagerMemory Management (找到这个位置然后把LargeSystemCache数字改为)
⒑HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionMultimediaSystemProfile (找到这个位置然后把workThrottlingIndex数字改为ffffffff,没有的话自己新建D-Word)
⒒HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionMultimediaSystemProfile(找到这个位置然后把SystemResponsiveness数字改为,,没有的话自己新建D-Word)
⒓HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesTcpipParametersInterfaces
⒔(找到这个位置然后然后你会看到好几个文件夹..找到一个文件夹里面有你网络IP的,查看自己网络IP方法:打开cmd.exe,输入ipconfig /all 然后enter,查看IPV address)..找到那个有你IP的文件夹之后,新建D-word:TcpAckFrequency数字= / TCPNoDelay数字= / TcpDelAckTicks数字= )
⒕完成操作关闭注册表重启win系统即可享受无延迟的win系统!