Hello,
This is actually the method to enable auto-login in Windows 10.
It's mentioned here: https://support.microsoft.com/en-in/help/324737...
Good to know it worked for Windows Hello as well.
Regards.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I found new way to bypass windows hello login options
this method will be useful , if the frintprint reader does not recognize a fingerprint , and no other options to login to windows .
Even if the organization has set policy to use only biometric device to login , i discovered method is bypassed that rule .
i have tested in my laptop , and i setup use only biometric device., using group policy editor , eventhough i i can log in to windows, without using PIN , without password , without fingerprint.
I created new 3 keys under Windows logon
"DefaultUserName"="******@hotmail.com"
"DefaultPassword"="password"
"AutoAdminLogon"=dword:00000001
steps to logon
4) click on troubleshoot
5) click on command prompt
6) type REGEDIT
expand this key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
Right click on the right-hand pane of Winlogon
Select New and then select REG_SZ
Rename DefaultUserName under REG_SZ
type your username in data ( Microsoft username )
Right click on the right-hand pane of Winlogon
Select New and then select REG_SZ
Rename DefaultPasswordunder REG_SZ
type your password in data ( Microsoft password )
Right click on the right-hand pane of Winlogon
Select New and then select REG_SZ
Rename AutoAdminLogon under REG_SZ
type 1 in data
exit and close , remove windows dvd , restart the windows
you can able to login windows with credential
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hello,
This is actually the method to enable auto-login in Windows 10.
It's mentioned here: https://support.microsoft.com/en-in/help/324737...
Good to know it worked for Windows Hello as well.
Regards.
Thanks for posting this. This will be usefull to all.