Monday, May 07, 2007
Disable Auto Tuning in Windows Vista
To disable Auto Tuning and speed up the copy process by avoiding timeouts and disconnects, do the following:
• Open a command prompt ( Start > Run > cmd ) and type the following:
netsh int tcp set global autotuninglevel=disabled
• To turn it on again ( Start > Run > cmd ):
netsh int tcp set global autotuninglevel=normal
• Open a command prompt ( Start > Run > cmd ) and type the following:
netsh int tcp set global autotuninglevel=disabled
• To turn it on again ( Start > Run > cmd ):
netsh int tcp set global autotuninglevel=normal
