Vista: Enable/Disable Wireless Autotuning Feature
Posted on Nov 19, 2007 under Windows Vista Tips |How to enable or disable the Wireless Autotuning Feature in Windows Vista.
First you must open a command prompt. Go to Start menu and type CMD in the search box. Press CTRL+SHIFT+ENTER to tell the command prompt to open with elevated privileges.
To disable Autotuning, type:
netsh int tcp set global autotuninglevel=disable
and press ENTER
To enable Autotuning, type:
netsh int tcp set global autotuninglevel=normal

Leave a comment