Mar2Written by:Terence Cheong
Monday, March 02, 2009 
Here are the steps to turn off Auto-Tuning in Microsoft Windows Vista:
- From the Start Menu, click Run and type "cmd" to open the Command Prompt window.
- Type "netsh interface tcp set global autotuning=disabled" and hit the Enter key.
- The system will return "OK." and you are done.
- If you want to confirm the auto-tuning setting status, type "netsh interface tcp show global" and hit the Enter key. The system should show the following:
Receive Window Auto-Tuning Level : disabled

- Type "exit" to close the Command Prompt window and done.
Here are the steps to set it back to normal:
- From the Start Menu, click Run and type "cmd" to open the Command Prompt window.
- Type "netsh interface tcp set global autotuning=normal" and hit the Enter key.
- The system will return "OK." and you are done.
- If you want to confirm the auto-tuning setting status, type "netsh interface tcp show global" and hit the Enter key. The system should show the following:
Receive Window Auto-Tuning Level : normal

- Type "exit" to close the Command Prompt window and done.

Copyright ©2009 Terence Cheong
Tags: