How to Fix RDC issue due to CredSSP encryption?
How to Fix RDC issue due to CredSSP encryption?
- You must run command prompt as administrator
You can open an administrative Command Prompt using just the Start menu (or Start screen in Windows 8). Hit Start, typecommand
and you’ll see Command Prompt listed as the main result. Right-click that result and choose Run as administrator
- Copy-paste command below
reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters" /f /v AllowEncryptionOracle /t REG_DWORD /d 2
- Hit enter and you can try login your VPS
Updated on: 20/06/2022
Thank you!