Reputation: 1455
So I am connecting to my work computer from home and the Remote Desktop Connection app is annoyingly slow.
I pinged my work pc from my computer and it returned at a reasonable time of 50ms~ with 0 loss. I then attempted to ping my home IP from the RDP session and it timed out every time. Not sure if this might help anyone come to a conclusion but hopefully it does. Note I am also using it in conjunction with Cisco AnyConnect Secure Mobility Client if that helps at all. Work is Windows 7 and Home is Windows 8
I attempted switching off my home pc's firewall but that did nothing.
Any assistance would be great, surely a setting in the RDP file might make it run a little smoother.
I'll edit this post with further attempts at fixes below
Upvotes: 32
Views: 141598
Reputation: 1475
I installed Ubuntu server XRDP.
Went through Windows and terribly slowed down. I solved this problem.
In the /etc/xrdp/xrdp.ini
file, change crypt_level=high
to crypt_level=None
Upvotes: 6
Reputation: 161
Setting "Realtime" priority for TermService's process ON REMOTE MACHINE helped me.
To locate process open Task Manager, find "TermService" on "Services" tab, see PID and locate process in "Details" tab or right click on "TermService" row and choose "Details"
Upvotes: 0
Reputation: 195
In Windows 10. Go to Display Settings >> Scale and Layout >> Set the custom scale to 120 [you may need to experiment, try 110 - 150]
After that log in to your Remote Desktop, it should adjust the resolution and scaling factors.
It gave me a faster experience. If you need more then follow the answer of Mr. B
Upvotes: 0
Reputation: 1739
Our remote chain is Citrix then RDP, target machine is Win 10. I solved this issue by changing the mouse pointer scheme to None and disabling the pointer shadow.
Upvotes: 5
Reputation: 2965
Did three things and now RDP is running screaming fast:
Run the RDP session and connect to the remote machine
Find mstcsc.exe in the Task Manager and and set priority to Realtime
Upvotes: 84