first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

Windows 7: “Fix Problems With Copying Large Files in Windows Vista”; netsh

If you’ve been having problems copying large files over mapped drives, network disconnects, or having to reboot your router a lot more often than normal, then you can try out this fix to solve the problem.

The problem stems from the new auto-tuning network, which changes the receive window on the fly. Thankfully we can easily turn it off from an administrative mode command prompt.

Open Administrative Mode Command Prompt

Either type cmd into the start menu and use Ctrl+Shift+Enter or right-click the Command Prompt shortcut and choose Run as Administrator.

Turn Off Auto-Tuning

netsh int tcp set global autotuninglevel=disabled

You’ll have to reboot your system, but once you do, the problems should be resolved. If they are not you can always turn auto-tuning back on.

Turn On Auto-Tuning

netsh int tcp set global autotuninglevel=normal

[http://www.howtogeek.com/howto/windows-vista/ fix-problems-with-copying-large-files-in-windows-vista/]

[http://blogs.msdn.com/wndp/archive/2007/07/05/ receive-window-auto-tuning-on-vista.aspx]

You might also disable another next-generation networking feature in Windows:

netsh interface tcp set global congestionprovider=none

[http://technet.microsoft.com/en-us/library/bb726965.aspx]

mod date: 2009-10-14T21:45:44.000Z