Skip to content

Instantly share code, notes, and snippets.

@lrivallain
Created July 20, 2020 08:39
Show Gist options
  • Save lrivallain/5c53751dedfcf480999c54f3e55783f0 to your computer and use it in GitHub Desktop.
Save lrivallain/5c53751dedfcf480999c54f3e55783f0 to your computer and use it in GitHub Desktop.
This command provide a way to workarround the "CredSSP encryption oracle remediation" error when you try to RDP to a Windows VM
:: This command provide a way to workarround the "CredSSP encryption oracle remediation" error when
:: you try to RDP to a Windows VM
:: More details: https://support.microsoft.com/en-us/help/4295591/credssp-encryption-oracle-remediation-error-when-to-rdp-to-azure-vm
REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters\ /v AllowEncryptionOracle /t REG_DWORD /d 2 /f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment