The issue is browsing file shares on other machines. File transfers will be very slow, as will just browsing between folders on the share. If you are experiencing network performance issues on Windows 7, try running the following from a cmd prompt with elevated privileges:
netsh interface tcp set global chimney=disabled
3 comments:
I'm having the problems described, uber slow file copies, with a Broadcom 400x 10/100 but that command didn't seem to help. :-(
- js
Try Disabling and then Enabling the network connection your using (either wired or wireless), sometimes you have to do it twice but it speeds it up... until the next time the computer is restarted.
A better command to use if Windows 7 is running slow is:
netsh int tcp set global autotuninglevel=disabled
This has worked on every computer I have tried it on.
Post a Comment