G'day Jeff,
Here are some of the other tips I found in various threads that purported to address the slow network issues in Win7. None of these made any discernable difference to my setup, but they may for your situation.
1. Some people reported removing the Remote Differential Connection option in Win7 fixed their issue.
Go to control panel->programs and features and select the "Turn Windows Features on or off" option.
From the list of features, deselect "Remote Differential Compression".
Reboot.
2. Always check your NIC settings, esp the speed setting and make sure it's set to auto. Udating to the latest driver can fix some speed related issues. So determine what sort of NIC you have and then go to that vendors site and look for the downloads area and download the latest driver. Do not always rely on the manufacturer of the PC (Dell, HP), they very rarely keep their drivers updated. Well that's my experience anyway.
3. There is a multimedia service that implements some form or network throttling to ensure streaming media has enough bandwidth to play without any interruptions. This is supposed to only come into effect when playing media files, but some people claim disabling the service fixed their issue. There were also some reg keys associated with it as well.
The service is MMCSS (Multimedia Class Scheduler Service). Try stopping or disabling it. Apparently this sevice is a dependency for the audio service, so the article suggested making this reg change to remove the dependency by removing the MMCSS option from the following reg key
HKLM/System/CurrentControlSet/Services/Audiosrv/DependonService
Reboot PC.
The reg key HKLM/Software/Microsoft\WindowsNT\CurrentVersion\Multimedia\SystemProfile\Netwo rkThrottlingIndex. Set it to 1 to start with and experiment with different values up to 100. Supposedly 1 is meant to disable it.
4. Another key, HKLM/System/CurrentControlSet/Services/LanmanWorkstation/Parameters/DisbaleBand widthThrottling. Set it to 1.
Some netsh options that are meant to fix slow network issues. Once again, these made no or no noticeable impacts for me.
- netsh int tcp set global chimnet=disabled. Reboot.
- netsh int tcp set global dca=enabled. Reboot. This is dependent on your NIC hardware, it has to support DCA. I did not try this.
- netsh int tcp set global netdma=enabled. I missed this one myself so I do not know what impact it will have, if any.
Actually this article covers these and more netsh options you may want to try.
http://betanews.com/2011/01/20/use-hidden-windows-tweaks-to-speed-up-your-intern et-and-network-connections/
As usual, try these at your own risk, and backup your registry or do a save point on your system so you can roll back to a known working state.
Good luck.
Craig