How to make Remote Desktop faster
Open command prompt. (e.g. Type cmd in the windows search box and hit enter.)
netsh interface tcp set global autotuninglevel=disabled
This command disables TCP Auto Tuning which is the cause of this particular problem. To re-enable it, execute the following:
How to undo
Open command prompt. (e.g. Type cmd in the windows search box and hit enter.)
netsh interface tcp set global autotuninglevel=normal
References
- http://www.vistax64.com/vista-networking-sharing/79317-fixed-remote-desktop-connection-rdc-slow-no-connection-issue.html »
- http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp »
[Click to add or edit comments])
Please prepend comments below including a date