After Windows updates, there is occurred saved credentials problem, rdp always asks password, cannot be saved.. The reason is Windows Defender Credential Guard. How to solve this issue ?
Asked
Active
Viewed 5,239 times
2 Answers
4
Solution from Microsoft Learn (https://learn.microsoft.com/en-us/windows/security/identity-protection/credential-guard/credential-guard-manage):
Start Local Group Policy Editor
Navigate to Computer Configuration > Administrative Templates > System > Device Guard > Turn on Virtualization Based Security. In the "Credential Guard Configuration" section, set the dropdown value to "Disabled":

Sero42
- 53
- 3
-
It works for me: Windows 11 Pro, 22H2 – Alexey Subbota Nov 26 '22 at 11:13
-
1Works after a reboot. – Belly Buster Jan 07 '23 at 12:35
-
Be careful with solutions like this. It's like someone is having network problems and you recommend disabling the firewall instead of configuring ports/ip. – Edgar Jan 24 '23 at 01:40
2
My solution is here,
> Open registry editor (regedit)
> Find HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa.
> Add a new DWORD value named LsaCfgFlags. and set it to 0 to
disable it.
> Close registry editor and restart the system.
If anyone knows another way, please add it to the post.

Mucahid Uslu
- 367
- 3
- 11