I have a successful RDP connection on Windows XP Professional to Windows Server 2003 at a remote site. I setup another machine running Windows 7 Ultimate. although I am able to get connection, comparing the machines side by side, the Windows 7 connection is dog slow. I have compares that the 2 RDP connections is identical as far as experience etc. I have run a internet connection speed test which show the 2 computers connect at the same speed to the internet.

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Remote Desktop on Windows 7 is leveraging a feature called auto-tuning for TCP/IP. This might be the culprit in your case.

I have had success running the following command to speed things up:

netsh interface tcp set global autotuninglevel=highlyrestricted

link|improve this answer
Hi Do is just run this in a cmd screen? will it keep the settings when I reboot? – Johann Kruger Apr 6 '11 at 8:39
@Johann Kruger: Yes and yes :) – Ole_Brun Apr 6 '11 at 8:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.