BSNL EVDO Windows Vista Speed Issue - Fixed

CEans,

Those who are getting pathetic download speeds with their 2.4 MBPS ZTE Device, follow these instructions:

  1. Click on Start -> In the search box, type “command prompt”
  2. On the command prompt listing, right click and select “Run As Administrator”
  3. Click on ‘Continue’ on the hideous UAC popup.
  4. On the command prompt, type: netsh interface tcp show global
  5. See the status of Receive Window Auto-Tuning. It would be something like “highlyrestricted“.
  6. To change it, type: netsh int tcp set global autotuninglevel=disable
  7. Verify the status again by executing the command in step #4 above.
  8. It should be ‘disabled’.
  9. Done.


Restart your computer and give your connection another try.

Important: Make sure you have the latest dialer downloaded from the ZTE official site: #-Link-Snipped-#

Getting a new dialer did the magic for me. The one that ships with BSNL EVDO Device box is outdated.

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • durga ch

    @durga-TpX3gO Mar 25, 2010

    Is the above tweaking for changing the TCP window resizing?
    A little more info on what's happening wont hurt I guess 😁. TCP has this property where if in case a congestion is observed , TCP automatically comes to a conclusion that there is a network fault and reduces the window size to half and again increases the size depending on the various QoS parameters. This is true even in case when there is no real network congestion , but just a little delay. The above tweak seems to actually turn this property off TCP to change window size every time a network congestion is noticed. In that case, this tweaking is safe I think.

  • Ashraf HZ

    @Ash Mar 25, 2010

    Good tip, I hear this will speed up Vista speed issues in general.