After installing W2K3 SP2 on one of my servers, the RDP session was awfully slow, especially mouse clicks.
It appears that Vista TCP/IP "Receive Window Auto-Tuning " is the culprit.
To disable it, open a command prompt and type:
netsh interface tcp set global rss=disabled
netsh interface tcp set global autotuninglevel=disabled
and reboot .
Credits to: http://msmvps.com/blogs/bradley/archive/2007/04/04/vista-slow-after-sp2-installed.aspx
Friday, June 15, 2007
Subscribe to:
Post Comments (Atom)
3 comments:
I keep trying that but it tells me that this command failed because it requires elevation...
now what?
Did you disable UAC ?
there is no need to disable UAC, just right click Command Prompt and then select run as administrator.
Post a Comment