[There's a reason that Yoda is the unofficial mascot of SBS.  Size indeed matters not.] When putting a Vista computer on a SBS 2003 network - THE OFFICIAL BLOG OF THE SBS "DIVA"
Fri, Jan 25 2008 19:54 bradley

When putting a Vista computer on a SBS 2003 network

When putting a Vista on the network make sure you adjust the SP2 RSS/TOE stuff on the server

A Windows Server 2003-based computer responds slowly to RDP connections or to SMB connections that are made from a Windows Vista-based computer:
http://support.microsoft.com/?kbid=946056

And on the Vista machine do these commands:

netsh interface tcp set global autotuning=disabled
netsh interface tcp set global chimney=disabled
netsh interface tcp set global rss=disabled
And like Charlie Russel (Windows 2008 Administrator 
Companion Book Author says... in the 2008 era..put them back :-)
Filed under:

# re: When putting a Vista computer on a SBS 2003 network

Sunday, January 27, 2008 2:22 PM by Jeremy

The kb article only mentions

<b>netsh interface tcp set global autotuninglevel=disabled</b>

Where do you get you list?