Created
May 1, 2025 06:27
-
-
Save fiddyschmitt/f975b9bc1fc0c75cbf9e4ecf1a10a61e to your computer and use it in GitHub Desktop.
How to enable RemoteFX on server (instructions from IronRDP)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| How to enable RemoteFX on server | |
| Run the following PowerShell commands, and reboot. | |
| Set-ItemProperty -Path 'HKLM:\Software\Policies\Microsoft\Windows NT\Terminal Services' -Name 'ColorDepth' -Type DWORD -Value 5 | |
| Set-ItemProperty -Path 'HKLM:\Software\Policies\Microsoft\Windows NT\Terminal Services' -Name 'fEnableVirtualizedGraphics' -Type DWORD -Value 1 | |
| Alternatively, you may change a few group policies using gpedit.msc: | |
| Run gpedit.msc. | |
| Enable Computer Configuration/Administrative Templates/Windows Components/Remote Desktop Services/Remote Desktop Session Host/Remote Session Environment/RemoteFX for Windows Server 2008 R2/Configure RemoteFX | |
| Enable Computer Configuration/Administrative Templates/Windows Components/Remote Desktop Services/Remote Desktop Session Host/Remote Session Environment/Enable RemoteFX encoding for RemoteFX clients designed for Windows Server 2008 R2 SP1 | |
| Enable Computer Configuration/Administrative Templates/Windows Components/Remote Desktop Services/Remote Desktop Session Host/Remote Session Environment/Limit maximum color depth | |
| Reboot. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment