How to change the "default MS-Hello"
Some companies implement Windows Hello, and then it gets listed as FIRST choice, which you have to click away to get to the normal login.
1. Strong method, disable Hello:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Settings\AllowSignInOptions]
"value"=dword:00000000
2. Not so strong method, set the "default provider" to "password". Check the SessionData subkeys!
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI]
"LastLoggedOnProvider"="{60B78E88-EAD8-445C-9CFD-0B87F74EA6CD}"
3. The "normal" GPEDIT.MSC way:
Computer Configuration -> Administrative Templates -> System -> Logon
(German:) Standard-Anmeldeinformationsanbieter zuweisen
(English:) Assign a default credential provider
For Method 2 and 3, check "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\Credential Providers" for your list.
Well known are:
Password: {60B78E88-EAD8-445C-9CFD-0B87F74EA6CD}
PIN: {D6886603-9D2F-4EB2-B667-1971041FA96B}
Picture Logon: {2135F72A-90B5-4ED3-A7F1-8BB705AC276A}
Fingerprint Logon: {BEC09223-B018-416D-A0AC-523971B639F5}