Sunday, April 5, 2009

Microsoft Vista Network Copy

Although Windows Vista is a major improvement over Windows XP, there is one particular bug that has really upset me which is how slowly it moves or deletes files. In Windows XP there were no problems moving big files. However, with Windows Vista if you move big files even on the same drive there is a long pause while it calculates how long it will take and the actual move takes forever, whereas on XP it is instanteneous.

Luckily, the How To Geek has discovered what the problem is and has come up with the solution for moving and copying large files in Vista. The problem is because of the new auto-tuning network. Once Vista is auto-tuning network is turned off, then the issue of moving files goes away.
To Turn off Auto-Tuning:

1. press Ctrl+Shift+Enter to open the Command Prompt. Choose run as admin
type in: netsh int tcp set global autotuninglevel=disabled



2. Reboot

If you have any problems, then to turn auto-tuning back on type the following in Command Prompt:

netsh int tcp set global autotuninglevel=normal