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

    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

    [...] 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的 - - disable autotuning 禁用自動調諧 - - 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的自動調重彈 - - 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 如何解決這個問題的網際網路網頁上是不開放 - - tcpip autotuning 自動調諧的TCPIP - - optimize vista tcp/ip 優化Vista中的TCP / IP - - vista internet connection is available but cannot display web page Vista的網際網路連線,但無法顯示網頁 - - autotuning tcp 自動調諧的TCP - -