Workaround reported here is to set the group policy to force RD sessions to use XDDM instead of WDDM:
Gpedit.msc: Computer Configuration->Administrative Templates->Windows Components->Remote Desktop Services->Remote Desktop Session Host->Remote Session Environment
Moderator's note:
If Group Policy method doesn't works, open administrative Command Prompt, type this, and press Enter key:
REG ADD “HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services” /v “fEnableWddmDriver” /t REG_DWORD /d 0 /f
Microsoft has also released update KB4512941, which addresses this issue:
https://support.microsoft.com/en-us/help/4512941/windows-10-update-kb4512941
The update page mentions:
- Addresses an issue that displays a black screen when you use Remote Desktop to connect to a machine running Windows 10, version 1903.
You can install KB4512941 and this would resolve the issue for you.