CredSSP encryption oracle remediation fix Windows 10
To work around this issue, follow these steps:
- On the client has the CredSSP update installed, run gpedit.msc, and then browse to Computer Configuration > Administrative Templates > System > Credentials Delegation in the navigation pane.
- Change the Encryption Oracle Remediation policy to Enabled, and then change Protection Level to Vulnerable.
Goto Run type gpedit.msc
Expand Administrative Templates
Expand System
Expand Credentials Delegation Edit Encryption Oracle Remediation
Select Enabled and change Production Level to Vulnerable
If you cannot use gpedit.msc, you can make the same change by using the registry, as follows:
- Open a Command Prompt window as Administrator.
- 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
- Restart your computer.
No comments:
Post a Comment