Created
July 20, 2020 08:39
-
-
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 file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: 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