Solution to CredSSP Encrypted Data Correction Problem in Windows Remote Desktop

Problem phenomenon:

 

 

solution:

Option One:

1. Open the run window with win+R

2. Enter the gpedit.msc command and click "OK"

3. Expand "Computer Configuration" -> "Administrative Templates" -> "System" -> "Credential Assignment" setting name: Encrypted Database Modification

4. Double-click "Encrypted Database Modification", change the status to "Enable", change the protection level to "Vulnerable", apply—>OK

Option II:

1. Open the run window with win+R

2. Enter the regedit command and click "OK" to open the registry file

3. Enter the following path in the registry: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters 4. Right-click Parameters—>New—>DWORD (32) bit, named AllowEncryptionOracle

Note: If this file already exists, you don’t need to create it, if it doesn’t exist, create it

5. Double-click the newly created AllowEncryptionOracle and modify the value data to 2

 

 

 

 

 

 

 

 

 

 

Guess you like

Origin blog.csdn.net/weixin_43184774/article/details/106230716