> ## Documentation Index
> Fetch the complete documentation index at: https://docs.edisglobal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Fix Remote Desktop CredSSP Encryption Oracle Remediation

> Fix the CredSSP Encryption Oracle Remediation error in Windows 10 Home Edition with a registry tweak from an elevated command prompt followed by a reboot.

## FIX CredSSP encryption oracle remediation error in Windows 10 home edition

<img src="https://mintcdn.com/edisglobal-b1e34a56/H_vKg0YtfMZmxCkX/assets/iYmlnKKkGu7hz93ByFxM6_cred-ssp-encryption-oracle-remediation-error-23ae56892c.png?fit=max&auto=format&n=H_vKg0YtfMZmxCkX&q=85&s=705071d1111efbb0c3e98e73b2dd6602" alt="Fix Remote Desktop CredSSP Encryption Oracle Remediation..." width="1660" height="684" data-path="assets/iYmlnKKkGu7hz93ByFxM6_cred-ssp-encryption-oracle-remediation-error-23ae56892c.png" />

This is how you get rid of the **CredSSP Encryption Oracle Remediation** Error in Windows 10 Home Edition:

<Steps>
  <Step title="Type `cmd` in the search bar of your Windows 10" />

  <Step title="Right click on cmd and `run as Administrator`" />

  <Step title="Copy/paste the following code and confirm with `Enter`">
    ```shell Shell theme={"system"}
    REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters\ /v AllowEncryptionOracle /t REG_DWORD /d 2
    ```
  </Step>

  <Step title="Reboot. After the reboot, the RDP connection should be easy to establish." />
</Steps>

<Warning>
  *An authentication error has occurred. The function requested is not supported. Remote computer: \<IP or name of computer>. This could be due to CredSSP encryption oracle remediation. For more information, see [https://go.microsoft.com/fwlink/?linkid=866660](https://go.microsoft.com/fwlink/?linkid=866660) .*
</Warning>
