Network Authentication - Automatically use my Windows logon name and password (and domain if any) registry.

Hello
I am using Windows 11 and we are moving from Wired and Wireless LAN authentication mode using username and password to certificate based authentication. In this interim phase, we have tons of issues with Windows 11 devices (on Windows 10 we did not have this issue at all).
The first thing we had to do to get Windows 11 to request the user to authenticate is to disable Device Guard. At the moment, we achieve this by setting the following registry keys and restart the device
CMD /C reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa" /V LsaCfgFlags /T REG_DWORD /D 0 /F
CMD /C reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeviceGuard" /V LsaCfgFlags /T REG_DWORD /D 0 /F
With the above keys, we finally get Windows 11 to prompt the user to insert his/her password to authenticate, otherwise no authentication request is presented to the user if Device Guard is ON
In the below image, I am trying to select the last option, namely: Automatically use my Windows logon name and password (and domain if any). I cannot find the equivalent of this from the registry or any tool I am aware of so that I can automate it.
- What is the registry equivalent to this selection (see below image)?
- I want this option to be available to all networks (wired, wireless, and any future network card I add to the device)
- Is MSChap V2 still supported in Windows 11?
- What is the alternative, other than the Certificate-based authentication which we are slowly implementing?
Network Authentication Automatically use my Windows logon name and password (and domain if any) registry