注册表怎么解决魔兽世界延迟问题 windows xp修改注册表改善延迟的方法,实测有效而且效果显著(新手勿试) 1 - tcpackfrequency - 注意如果你使用windows vista,这个修改不会有任何作用。这个修改只作用于windows xp 在开始->运行内输入"regedit"打开注册表编辑器。 然后找到hkey_local_machinesystemcurrentcontrolsetservices cpipparametersinterfaces 你会发现有许多下层目录,找到你用来连接网络的那个,通常名字比较长,比如{7dba6dca-ffe8-4002-a28f-4d2b57ae8383}。点击每一个,正确的那个会有许多设置项并且你会在其中找到你的ip地址。 右击右边空白处,新建一个dword值,命名为tcpackfrequency(请复制红字防止打错),然后右击修改其值为1。 如果稍后你发现这个修改影响你其他tcp请求的运作,你也可以修改成2(默认值)。这个值告知windows在发送ack前要等多少tcp包。如果它的值是1,windows将会在每收到一个tcp包后发送ack。 2 - tcpnodelay this one is pretty simple (discussed here) type "regedit" in windows "run.." dialog to bring up registry menu then find: hkey_local_machinesoftwaremicrosoftmsmqparameters right-click in the right hand pane and add a new dword value, name it tcpnodelay, then right click the entry and click modify and assign a value of 1. 2 - tcpnodelay 这个修改很简单 ( <a href="http://wenwen.soso.com/z/urlalertpage.e?sp=shttp%3a%2f%2ftechnet2.microsoft.com%2fwi" target="_blank">http://technet2.microsoft.com/wi</a> ... 51033.mspx?mfr=true 此网页不属于nga网站,nga不保证其安全性 继续访问 取消 不再提示我[ <a href="http://wenwen.soso.com/z/urlalertpage.e?sp=shttp%3a%2f%2ftechnet2.microsoft.com%2fwi" target="_blank">http://technet2.microsoft.com/wi</a> ... 51033.mspx?mfr=true这里 ]讨论) 在开始->运行内输入"regedit"打开注册表编辑器。 然后找到hkey_local_machinesoftwaremicrosoftmsmqparameters 右击右边空白处,新建一个dword值,命名为tcpnodelay(请复制红字防止打错),然后右击修改其值为1。 click ok and close the registry editor, then reboot your pc. 点击确定关闭注册表编辑器,然后重启。