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 : You're reading a machine translated page which is provided "as is" without warranty. 重要说明:您正在阅读的机器翻译网页是“按原样”提供的担保。 Unlike human translation, machine translation does not understand the grammar, semantics, syntax, idioms of natural language, thus often produce inaccurate and low quality text which is misleading and incomprehensible.不像人类翻译,机器翻译不明白的语法,语义,语法,成语自然语言,因此,往往产生不准确的和低品质的文字,是具误导性的和难以理解的。 Thus, please refer to因此,请参阅 original English article英文原版的文章 whenever possible.只要有可能。

MDL blog postings now continue at MDL公司博客帖子现在继续在 Tip and Trick 提示和伎俩 , and readers are welcome to join ,和读者都欢迎参加 My Digital Life Forums 我的数字生活论坛 .


10 Responses to “Disable TCP Auto-Tuning to Solve Slow Network, Cannot Load Web Page or Download Email Problems in Vista” 10的反应, “禁用的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的太)

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订阅无评论



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

tcp auto-tuning TCP连接自动调谐 - - Netsh int ip set chimney DISABLED 在netsh诠释的IP设置烟囱残疾人士 - - tcp autotuning TCP连接自动调谐 - - vista tcp tuning Vista中的TCP微调 - - all 全部 - - TCP AUTO TUNING TCP连接自动调谐 - - Tuning Vista 调整Vista的 - - turn off vista autotune 关闭Vista的autotune - - tcpip autotuning 自动调谐的TCPIP - - vista tcp auto Vista中的TCP汽车 - - tcp vista settings pages not downloading 的TCP Vista中设置的页面没有下载 - - slow load yahoo home page 加载速度缓慢的雅虎首页 - - why is vista loading pages slow 为何是Vista的加载的页面缓慢 - - auto tcp 汽车的TCP - - tcp TCP连接 - - vista sp1 autotuning Vista的SP1的自动调谐 - - windows media player automatic tuning Windows Media Player的自动调谐 - - network auto tuning 网络自动调谐 - - vista disable autotune Vista中禁用autotune - - autotuning ie7 自动调谐的IE7 - - TCP Auto Tuning Features TCP连接自动调谐功能 - - disable XP autotuning 禁用XP的自动调谐 - - disable tcp/ip chimney 禁用TCP / IP的烟囱 - - netsh chimney 在netsh烟囱 - - vista tcpip autotuning Vista中的TCPIP自动调谐 - - vista open web pages slowly Vista的打开网页缓慢 - - windows vista open web pages slow Windows Vista的打开网页缓慢 - - autotune disable autotune禁用 - - disable autotuning 禁用自动调谐 - - cannot load Yahoo web page 无法载入雅虎网页 - - disable network auto tune 禁用网络自动调重弹 - - TCP Auto-Tuning "server 2008" TCP连接自动调谐服务器在2008年” - - what may cause problem in webpage loading 有什么可能会导致问题在网页上加载 - - what tcp auto tuning 什么的TCP自动调谐 - - full bandwidth but webpage load slowly 全带宽,但网页负荷缓慢 - - netsh chimney disabled 在netsh烟囱残疾人士 - - autotuning vista Vista的自动调谐 - - auto tuning of TCP/IP 自动调谐的TCP / IP - - bittorrent slow downloads vista sp1 BitTorrent的缓慢下载Vista的SP1的 - - how to solve the slow performance of the internet 如何解决缓慢的表现,互联网 - - netsh interface global autotuning=disabled 在netsh界面全球自动调谐=禁用 - - network error tcp error rapidshare 网络错误的TCP错误rapidshare - - slow web page loading in windows vista 慢的网页装载在Windows Vista - - vista slow page loading Vista的缓慢,网页载入 - - vista tcp/ip Vista中的TCP / IP - - vista global auto tuning Vista的全球自动调谐 - - AutoTuning function in the TCP/IP stack. 自动调谐功能,在TCP / IP协议栈。 - - problems wiht web pages and vista 问题的网页和Vista - - solve slow internet problems 解决的互联网速度较慢的问题 - - vista check autotuning Vista的所有内容自动调谐 - -