This
could be due to CredSSP encryption oracle remediation - RDP to Windows 10 pro
host
Error
An authentication error
occurred. The function requested is not supported.
This could be due to CredSSP encryption oracle remediation
Screenshot
Solution
File rd_patch.reg:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters]
"AllowEncryptionOracle"=dword:00000002
For those who would like something
easy to copy / paste into an elevated command prompt:
reg add
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters
/v AllowEncryptionOracle /t REG_DWORD /d 2 /f
No comments:
Post a Comment