View Single Post
  #90 (permalink)  
Old 08-30-2007, 03:51 AM
prasannavigneshr prasannavigneshr is offline
D-Web Incredible
 
Join Date: Feb 2007
Posts: 1,321
prasannavigneshr is on a distinguished road
Send a message via MSN to prasannavigneshr
Default Re: Windows Vista Tips & Tricks

Fix Problems With Copying Large Files in Windows Vista

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

Quote:
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
Quote:
netsh int tcp set global autotuninglevel=normal
__________________
Prasanna Vignesh
MCPD | Web Developer
Reply With Quote