Credential Guard deaktivieren

Radius WLAN lassen sich nicht mehr verbinden sobald der Credential Guard aktiv ist

Falls noch nicht existiert, neu anlgen:

Registry Hive: HKEY_LOCAL_MACHINE
Registry Path: \SOFTWARE\Policies\Microsoft\Windows\DeviceGuard\

Value Name: LsaCfgFlags
Value Type: REG_DWORD
Value: 0x00000000 (0)



HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\LSA

Step 10: Right-click on LSA, select New, and choose DWORD(32-bit) Value to continue.
Step 11: Name it as the LsaCfgFlags to continue.
Step 12: Double-click it to change its value data to 0.


CMD als Admin starten (Powershell geht nicht):

mountvol X: /s
copy %WINDIR%\System32\SecConfig.efi X:\EFI\Microsoft\Boot\SecConfig.efi /Y
bcdedit /create {0cb3b571-2f2e-4343-a879-d86a476d7215} /d "DebugTool" /application osloader
bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} path "\EFI\Microsoft\Boot\SecConfig.efi"
bcdedit /set {bootmgr} bootsequence {0cb3b571-2f2e-4343-a879-d86a476d7215}
bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} loadoptions DISABLE-LSA-ISO
bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} device partition=X:
mountvol X: /d

PC neu starten. Beim Neustart kommt eine Abfrage welche mit F3 bestätigt werden muss;
Erstellungsdatum: 17.02.2023 11:59      Letzte Aktualisierung: 05.07.2023 17:43