Tuesday, August 28, 2012


Disabling autotuning will help decreases the time taken for DNS Lookup, Network Discovery and also improves the speed of data transfer over the network.

To so, you need to Command Prompt as Administrator or else you'll get an error.


To check the status of your autotuning, type in:
netsh interface tcp show global

If it shows enabled like the above, disable it using this command:
netsh interface tcp set global autotuning=disabled
 
 
Check once more the status by issuing the command:
netsh interface tcp show global

Credits: SpeedGuide.Net  (Though this tutorial was meant for Windows Vista, this also works for Windows 7)

0 comments:

Post a Comment