Disable TCP Auto-Tuning to Solve Slow Network, Cannot Load Web Page or Download Email Problems in Vista禁用的TCP自动调谐,以解决慢速网络,无法载入网页或下载电子邮件的问题,在Vista

When Windows Vista is connected to high speed broadband Internet connection, there may be some incompatibilities and conflict problem or error such as the following:当Windows Vista连接到高速宽带互联网连接,可能会有一些不兼容和冲突的问题或错误,如下列:

  • Poor intermittent network performance.穷人的间歇性的网络性能。
  • Slow network loading.慢速网络负荷。
  • Unable to open and load some websites or webpages using Internet Explorer or Firefox, where the blue loading bar keeps running for a long time, but the pages fail to load.无法打开和负载一些网站或网页使用Internet Explorer或Firefox ,那里的蓝色加载酒吧不断运行相当长的时间,但页面装载失败。
  • Java applets fail to download and open. Java applets的失败下载并打开。
  • Cannot receive email or download from POP3 mail server by email clients such as Thunderbird.无法接收电子邮件或下载的POP3邮件服务器的电子邮件客户端,例如Thunderbird的。 No mail arrived although users may see the message “receiving 1 of 3 messages”, and eventually the receiving process will time out with the error number 0×800CCC19 timeout.没有邮件抵达,虽然用户可能会看到消息“接收1 3的讯息” ,并最终接收的过程中会的时间与错误号码0 × 800ccc19超时。
  • Slow email sending or retrieval using Thunderbird and other clients.缓慢,电子邮件发送或检索使用Thunderbird和其他客户。


The symptoms exist due to the new re-written TCP stack in Windows Vista that aims to take full advantage of hardware advances such as gigabit networking.症状存在,由于新的转口书面的TCP栈在Windows Vista ,目的是为了充分利用硬件的进步,如千兆位网络。 Among the new feature in Windows Vista TCP/IP is Receive Window Auto-Tuning Level for TCP connections.其中的新功能在Windows Vista中的TCP / IP是接收窗口自动调谐水平的TCP连接。 TCP AutoTuning enables TCP连接自动调谐,使 TCP window scaling的TCP window scaling by default and automatically tunes the TCP receive window size for each individual connection based on the bandwidth delay product (BDP) and the rate at which the application reads data from the connection, and no longer need to manually change TcpWindowSize registry key value which applies to all connection.默认情况下,并自动调TCP接收窗口的大小为每一个人连接的基础上,带宽拖延产品(发展局)和速度,其中读取数据的应用,从连接,不再需要手动更改TcpWindowSize登录的关键价值,适用于所有的连接。 Theoretically, with TCP auto-tuning, network connection throughput in Windows Vista should be improved for best performance and efficiency, without registry tweak or hack.理论上,使用TCP自动调谐,网络连接的吞吐量在Windows Vista中应加以改善为最佳性能和效率,没有注册表调整或开刀。 However, this is not always the case, and may cause some Internet related issues and problems.不过,这是情况并非总是如此,并可能导致一些与互联网有关的问题和困难。

The workaround or solution to the above problem is to disable the TCP/IP AutoTuning in Windows Vista.其他可行方案或解决上述的问题是要禁用TCP / IP的自动调谐在Windows Vista中。 Disabling auto tuning of TCP Windows Size should not cause any negative effects, only that TCP Window Size will always at default value without ability to optimization to each connection.禁用自动调谐的TCP的Windows大小,应不会造成任何负面影响,只是TCP窗口大小将始终处于默认值没有能力优化,以每个连接。 Anyway, if there is any side effect after turn off auto tuning, simply re-enable back it.无论如何,如果有任何副作用后,关闭自动调整,只需重新启用它备份。

Check the state or current setting of TCP Auto-Tuning 检查的国家或目前的设定的TCP自动调谐

  1. Open elevated command prompt开放提升的命令提示符 with administrator’s privileges.与管理员的特权。
  2. Type the following command and press Enter:键入以下命令,并按下ENTER :

    netsh interface tcp show global在netsh界面的TCP显示,全球

    The system will display the following text on screen, where you can check on the Auto-Tuning setting:该系统将显示以下文本在屏幕上,您可以在这里检查就自动调谐设置:

    Querying active state…查询活跃的国家…

    TCP Global Parameters全球的TCP参数
    ———————————————- ----------------
    Receive-Side Scaling State : enabled接收方结垢状态:启用
    Chimney Offload State : enabled烟囱卸载状态:启用
    Receive Window Auto-Tuning Level : normal接收窗口自动调谐水平:正常
    Add-On Congestion Control Provider : none添加拥塞控制供应商:无
    ECN Capability : disabled ECN的能力:残疾人士
    RFC 1323 Timestamps : disabled RFC 1323所时间戳:残疾人士

Disable TCP Auto-Tuning 禁用的TCP自动调谐

  1. Open elevated command prompt开放提升的命令提示符 with administrator’s privileges.与管理员的特权。
  2. Type the following command and press Enter:键入以下命令,并按下ENTER :

    netsh interface tcp set global autotuning=disabled在netsh界面的TCP设置全球自动调谐=禁用

Enable TCP Auto-Tuning 启用TCP自动调谐

  1. Open elevated command prompt开放提升的命令提示符 with administrator’s privileges.与管理员的特权。
  2. Type the following command and press Enter:键入以下命令,并按下ENTER :

    netsh interface tcp set global autotuning=normal在netsh界面的TCP设置全球自动调谐=正常

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要说明 :这是一个机器翻译网页是“按原样”提供的担保。 Machine translation may be difficult to understand.机器翻译可能很难理解。 Please refer to请参阅 original English article英文原版的文章 whenever possible.只要有可能。

Share and contribute or get technical support and help at分享和贡献,或取得技术的支持和帮助,在 My Digital Life Forums 我的数字生活论坛 .



12 Responses to “Disable TCP Auto-Tuning to Solve Slow Network, Cannot Load Web Page or Download Email Problems in Vista” 12的反应, “禁用的TCP自动调谐,以解决慢速网络,无法载入网页或下载电子邮件的问题,在Vista ”

  1. Jug
    March 22nd, 2007 16:17 2007年3月22日16时17分
    1

    Only do this if you experience problems though, because if your hardware supports these techniques properly, it’s likely Vista will otherwise give improved networking performance compared to XP with this enabled.只有这样做如果您遇到问题,虽然,因为如果您的硬件支持这些技术得当,它有可能是Vista会,否则给予改善网络性能相比, XP的这个启用。 So it should be considered just a fallback solution.因此,应被视为只是一个后备的解决办法。

  2. Seite kann nicht angezeigt werden / kein Mailabruf / langsames Netzwerk - Dr. Vista - Windows-Hilfe mit Rezept打印康比德nicht angezeigt werden /方璟mailabruf / langsames netzwerk -博士V ista的- Wi ndows的h i lfe麻省理工学院re zept
    March 23rd, 2007 22:45 2007年3月23日22时45分
    2

    [...] Namen "Autom. Abstimmungsgrad Empfangsfenster". [ … … ] namen “自动化。 abstimmungsgrad empfangsfenster ” 。 ( sinngemäße deutsche Übersetzung dieses Artikels - vielen Dank an Autor.) __________________ Vista Update Pack 1.0 - Empfehlungs-Wettbewerb - [...] ( sinngemäße德意志翻译dieses artikels -留言V ielenD ank1作者) 。 _ _________________V ista更新包1 .0- em pfehlungs-w e ttbewerb-[ .. .]

  3. Nell nell
    March 28th, 2007 07:23 2007年3月28日7时23分
    3

    I tried this because I was experiencing just these issues with Vista, but it didn’t help.我想这是因为我刚刚经历了这些问题与Vista的,但它并没有帮助。 Thanks for trying to help, though…感谢试图帮助,虽然…

  4. Mark马克
    March 29th, 2007 02:02 2007年3月29日2时02分
    4

    It fixed my problem with email after updating to vista from xp.它固定我的问题与电子邮件后,更新到Vista从XP中。 Email would not dl but 1 message and timeout.电子邮件不会dl ,但一讯息,并超时。

  5. Windows Vista tcpip.sys Connection Limit Patch for Event ID 4226 » My Digital Life Windows Vista的Tcpip.sys中的连接限制补丁事件ID 4226 »我的数位生活
    April 9th, 2007 03:31 2007年4月9日3时31分
    5

    [...] the TCP/IP Auto-Tuning feature by running the following command in command [...] [ … … ]的TCP / IP自动调谐功能,通过运行以下命令,在命令[ … … ]

  6. Optimize Vista for BitTorrent, eMule, P2PTV | TorrentFreak优化Vista的BT的, emule , p2ptv | torrentfreak
    April 10th, 2007 01:06 2007年4月10日01:06
    6

    [...] Disable the TCP/IP Auto-Tuning feature by running the following command in command [...] [ … … ]禁用TCP / IP的自动调谐功能,通过运行以下命令,在命令[ … … ]

  7. Optimaliser Vista for BitTorrent, eMule, P2PTV optimaliser Vista的BT的, emule , p2ptv
    April 17th, 2007 03:23 2007年4月17日3时23分
    7

    [...] av TCP/IP Auto-Tuning ved å kjøre følgende kommando i kommandolinjen: netsh int tcp set global [...] [ … … ]著名的TCP / IP自动调谐ved å kjøre følgende kommando i kommandolinjen :在netsh诠释的TCP设置全球[ … … ]

  8. Increase Multithread Download Speed by Disable Vista Auto Tuning on TCP/IP » My Digital Life增加的多线程的下载速度由禁用Vista的自动调谐TCP / IP协议的»我的数位生活
    May 24th, 2007 23:03 2007年5月24日23时03分
    8

    [...] better performance for network downloading and web surfing. [ … … ]有更好的表现为网络下载和网上冲浪。 Other than the problems mentioned previously, Auto Tuning may also cause reduce the rate of establishing network connection, especially when [...]以外的其他问题,如前所述,自动调整也可能导致减少的速度建立网络连接,尤其是当[ … … ]

  9. Outlook 2007 Slow While Downloading POP3 Email » My Digital Life Outlook 2007中缓慢而下载POP3电子邮件»我的数位生活
    September 6th, 2007 23:21 2007年9月6日23时21分
    9

    [...] To solve the problem, simply disable the Vista AutoTuning function which is the most common suggestion and fix for various network problems in Vista. [ … … ]为了解决这个问题,简单地禁用Vista的自动调谐功能,这是最常见的建议,并修复各种网络问题,在Vista中。 [...] [ … … ]

  10. sometimes有时
    March 23rd, 2008 00:18 2008年3月23日00:18
    10

    This patch is useless with Vista SP1 and this “Safe Mode black screen” at each startup, because the tcpip.sys is not signed.此修补程序是没用的,与Vista的SP1和这个“安全模式黑屏”在每一个启动,因为Tcpip.sys中是没有签名。 (On 64bit and after SP1 on 32bit Vista too) (对64位和SP1之后对32位Vista的太)

  11. Matt马特
    May 23rd, 2008 16:38 2008年5月23日16时38分
    11 11月

    I could access every website on the internet except one (www.telemarket.fr) from one computer on my network.我可以访问每个网站在互联网上,除1 ( www.telemarket.fr )从一台计算机我的网路上。 All the others could access it fine with the same IC.所有其他人可以访问它的优良与上年集成电路。 This worked like a charm and now I can access it.这个工作,像一个魅力和现在,我可以访问它。

  12. Download Vista tcpip.sys and UAC Auto Patcher to Increase TCP Connection Limit » My Digital Life下载Vista的Tcpip.sys中的UAC和自动修补程式,以增加TCP连接限制»我的数位生活
    July 12th, 2008 10:22 2008年7月12日10时22分
    12 12月

    [...] Vista TCP Auto Tuning feature to minimize possible networking [...] [ … … ] Vista中的TCP自动调整功能,尽量联网[ … … ]

Leave a Reply离开的答复

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> 您可以使用这些标签:的<a href="" title=""> <abbr title=""> <acronym title="">的<b> <blockquote cite=""> <cite>的<code> <删除日期时间= “ ” >的<em>的<i> <q cite=""> <strike>的<strong>

Subscribe without commenting订阅无评论


Custom Search

New Articles新的条款,

Incoming Search Terms for the Article传入的搜索条件文章

vista tcp tuning Vista中的TCP微调 - - Netsh int ip set chimney DISABLED 在netsh诠释的IP设置烟囱残疾人士 - - autotuning vista Vista的自动调谐 - - tuning vista 调整Vista的 - - tcp tuning vista Vista中的TCP微调 - - tcp auto tuning TCP连接自动调谐 - - tcp autotuning TCP连接自动调谐 - - auto tuning 自动调谐 - - vista disable autotune Vista中禁用autotune - - web pages slow to load 网页载入速度很慢 - - vista tcpip tuning Vista中的TCPIP微调 - - vista tcp auto-tuning Vista中的TCP自动调谐 - - tcp TCP连接 - - disable auto tune vista 停用自动调Vista的 - - netsh chimney 在netsh烟囱 - - vista tcp auto tuning Vista中的TCP自动调谐 - - TCP Auto-Tuning TCP连接自动调谐 - - autotuning 自动调谐 - - slow network 慢速网络 - - tcpip autotune 的TCPIP autotune - - turn off autotuning 关闭自动调谐 - - all 全部 - - TCP/IP Auto-Tuning TCP / IP的自动调谐 - - vista ip tuning Vista中的IP微调 - - tcp ip vista disable TCP连接的IP Vista中禁用 - - tcp settings slowing internet TCP连接设置减速互联网 - - Tune Vista 调Vista的 - - turn off auto tune vista 关闭自动调Vista的 - - vista tcpip autotuning Vista中的TCPIP自动调谐 - - autotuning disabled 自动调谐残疾人士 - - disable autotune vista 禁用Vista的autotune - - disable vista autotune 禁用Vista的autotune - - slow downloading web pages 缓慢,下载的网页 - - auto tuning Vista 自动调谐Vista的 - - disable autotune in vista 禁用autotune在Vista - - autotuning vista disable 自动调谐Vista中禁用 - - vista autotune Vista的autotune - - vista auto tune Vista的自动调重弹 - - disable autotuning 禁用自动调谐 - - tcp tune vista Vista中的TCP调重弹 - - email problem with vista 电子邮件的问题,与Vista的 - - internet slow with vista patch 互联网缓慢,与Vista的修补程序 - - vista disable auto tune Vista中禁用自动调重弹 - - autotuning disable 自动调谐禁用 - - vista tcp autotune Vista中的TCP autotune - - how solve this problem internet page is not open 如何解决这个问题的网际网路网页上是不开放 - - optimize vista tcp/ip 优化Vista中的TCP / IP - - vista internet connection is available but cannot display web page Vista的网际网路连线,但无法显示网页 - - autotuning tcp 自动调谐的TCP - - outlook cannot receive email on one network vista Outlook无法接收电子邮件的一个网络Vista的 - -