Network Data transmission Slow in Vista!

Soldato
Joined
1 Dec 2004
Posts
23,095
Location
S.Wales
Has anybody else noticed this? iv been transferring files over a 100mbit network and iv been getting like 900kb/s to 1mbit data transmissions between any machine and my main machine running Vista Home premium.

Not sure if this is to go in this forum or the Windows one?
 
Yes a number of people (me included) have noticed slow xfers.

Some things to try

1. Make sure you have NDIS6 drivers with hardware offloading selected.

2. Try turning autotuning off
netsh interface tcp show global
To disable it, run:
netsh interface tcp set global autotuning=disabled
To enable it, run:
netsh interface tcp set global autotuning=normal

3. Try turning Remote Differential Compression off
Control Panel
Open Programs and Features
Click on " Turn windows features on or off" on the left side of the panel
Uncheck "Remote Differential Compression"

Option 3 improved mine slightly.
 
Back
Top Bottom