If you are having issues with your remote applications not displaying properly in Windows 10, or window order issues (where applications pop behind other applications at times), you should disable hardware decoding in your remote desktop client. To do this, follow one of the methods below:


Option 1. Download and run the Registry file included in this article.


Option 2. Copy and paste the following command into an elevated command prompt (search for CMD from your start menu, right click the command prompt application and select Run as administrator)


Reg Add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services\Client" /v EnableHardwareMode /t REG_DWORD /d 0 /f


To undo this change:


Reg Add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services\Client" /v EnableHardwareMode /t REG_DWORD /d 1 /f


Reboot your PC after running this fix.