Fast Remote Desktop (RDP) from macOS to Windows
I regularly use Windows’ Remote Desktop Protocol (RDP) to connect from a non-Windows client to a Windows host machine (e.g., from my MacBook Pro to my CAD/Gaming Desktop Tower PC) to access software otherwise not available on Linux or macOS (mostly CAD/eCAD software like SolidWorks or Altium Designer).
Unfortunately, by default the Remote Desktop client application from Micro$oft has terrible performance issues, especially when connecting from macOS to Windows.
However, with a little bit of tweaking on the host and switching from the Remote Desktop Client (nowadays just called “Windows App”) to FreeRDP (or any alternative that is using FreeRDP under the hood) we can make the performance and visual fidelity bearable.
Changes on the Host
On the host machine, make sure to use an updated Windows. Open the “Group Policy Editor” and navigate to:
Computer Configuration
> Administrative Templates
> Windows Components
> Remote Desktop Services
> Remote Desktop Session Host
Under “Remote Session Environment” configure the following policies:
- “Use hardware graphics adapter for all Remote Desktop Service sessions”
Enabled
- “Prioritize H.264/AVC 444 graphic mode for Remote Desktop Connections”
Disabled
- “Configure H.264/AVC hardware encoding for Remote Desktop Connections”
Enabled
Under Connections configure the following policies:
- “Select RDP transport protocols”
EnabledwithUse either UDP or TCP
Reboot the host machine.
Changes on the Client
Meanwhile, download, and install Royal TSx for macOS.
Install the Remote Desktop plugin, and create a new connection. Make sure to set the following options:
- Under
Display Options - Set
ColorstoHigh Color (15 Bit) - Uncheck
Use full retina resolution - Set
Scale Factorto100% - Set
Desktop SizetoAuto Expand - Set
Resize ModetoSmart Reconnect - Under
Performance - Chose
LANasConnection Speed - Uncheck all but
Graphics PipelineandFont Smoothing
Configure the remaining settings as you prefer.
Now, you can connect to a Remote Desktop session that has acceptable performance and doesn’t look like Godzilla vomited all over your screen.