slow blowsing of network drivers in windows vista & 7
JUL/09
3
I noticed while browsing my network shared folders each click was taking considerable time, each time i clicked on a folder to open it i was getting a noticeable delay of a couple of seconds. I did not experience the delay while accessing the same folders on my Windows XP or Ubuntu box.
The solution i found is as follows:
1. Open the command prompt with admin rights. Click Start > Type 'cmd' in the search box > Right Click 'cmd' and select 'Run as administrator'
2. From the cmd prompt type:
netsh int tcp set global autotuninglevel=disabled
netsh int tcp set global rss=disabled
3. Each command should return 'OK'
4. Restart your machine and navigate to your shared network folders
You should find the network folders open much quicker, without any noticeable delay or pause.