Wednesday 19 December 2018

CredSSP encryption oracle remediation" error when you try to RDP to a Windows

CredSSP encryption oracle remediation" error when you try to RDP to a Windows machine


Resolution:

  1. Open a Command Prompt window as Administrator.
  2. Run the following command to add a registry value:
    REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters\ /v AllowEncryptionOracle /t REG_DWORD /d 2
C:\WINDOWS\system32>REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters\ /v AllowEncryptionOracle /t REG_DWORD /d 2
The operation completed successfully.

C:\WINDOWS\system32>

Now try to connect remote PC using mstsc command

No comments:

Post a Comment