There was an issue with Remote Desktop encountering an error. “Modifying Oracle CredSSP Encryption” according to this screen?
This issue occurs when you try to connect using insecure Remote Desktop (RDP). It is blocked by Windows' "Oracle Remediation Encryption" policy setting between the client and server. This can be fixed by running the following command in Command Prompt in administrator mode. (Run as administrator)
REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters" /v AllowEncryptionOracle /t REG_DWORD /d 2
You can now use Remote Desktop (RDP) to your destination normally and securely.