Results 1 to 3 of 3

Thread: How to disable TCP Auto-Tuning

  1. #1
    Join Date
    Feb 2009
    Posts
    64

    How to disable TCP Auto-Tuning

    hie,
    I am facing certain network connection issues relating slow network loading due to which I am not able 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. The problem is likely due to TCP auto-tuning settings. I need to disable TCP auto-tuning. How can I do this ?
    plz help....

  2. #2
    Join Date
    May 2008
    Posts
    2,945

    Re: How to disable TCP Auto-Tuning

    First, you will need to check the current status of TCP Auto-Tuning settings
    For this,
    • open elevated command prompt with administrator’s privileges.
    • type the following command : netsh interface tcp show global
    • press Enter


    The system will display the following text, where you can check on the Auto-Tuning settings:

    Querying active state…

    TCP Global Parameters
    ———————————————-
    Receive-Side Scaling State : enabled
    Chimney Offload State : enabled
    Receive Window Auto-Tuning Level : normal
    Add-On Congestion Control Provider : none
    ECN Capability : disabled
    RFC 1323 Timestamps : disabled

    To disable TCP Auto-Tuning
    • open elevated command prompt with administrator’s privileges.
    • type the following command : netsh interface tcp set global autotuning=disabled
    • press Enter


    To re-enable TCP Auto-Tuning
    • open elevated command prompt with administrator’s privileges.
    • type the following command : netsh interface tcp set global autotuning=normal
    • press Enter

  3. #3
    Join Date
    Jan 2006
    Posts
    3,792

    Re: How to disable TCP Auto-Tuning

    To disable TCP/IP auto-tunning, in the "elevated" command prompt, type:
    netsh interface tcp set global autotuning=disabled

    In order to verify that TCP/IP auto-tunning is disabled, in the "elevated" command prompt, type:
    netsh interface tcp show global. This will result the current TCP/IP Auto-tunning settings. You can check and confirm the disability of TCP/IP auto-tunning from here.

    However, to restore the default, type netsh interface tcp set global autotuningl=normal

Similar Threads

  1. Auto-tuning in ASUS P8Z68-V PRO
    By Robert Beck in forum Motherboard Processor & RAM
    Replies: 6
    Last Post: 10-07-2011, 10:17 AM
  2. How to disable auto format in excel
    By Ameeryan in forum Windows Software
    Replies: 3
    Last Post: 27-10-2009, 07:18 PM
  3. Disable skype auto startup
    By nilimarani in forum Windows Software
    Replies: 3
    Last Post: 21-09-2009, 02:32 PM
  4. disable auto logon in xp
    By alok_singh_tech in forum Operating Systems
    Replies: 1
    Last Post: 06-02-2008, 11:58 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,036,239.79241 seconds with 17 queries