Hi,
Thank you for your post.
As far as I know, we always could change the Login Screen Background or display account settings. For system settings, we also could type "Sign-In" in Search bar and change the account sign-in fuction in Windows Settings.
But if we want to custom credential provider, this is the main reason for developing custom credential provider.
Your provider need return to the Logon UI or Cred UI the authentication information. It can be a login/password pair or a certificate based authentication. We need to modify some system API. In the Windows SDK, there is a Credential Provider code example in the Samples\security folder. There is also documentation (in MHTML format) for the example, contained in the SDK files. In the latest Windows SDK, the Credential Provider example has been updated.
Regarding to develop or deploy customize credential provider, I’d suggest that we post at MSND forum. There you can get more effective suggestion by other experts who familiar with design of Windows.
https://social.msdn.microsoft.com/Forums/en-US/home
Hope this helps and please help to accept as Answer if the response is useful.
Best Regards,
Carl
How to bypass the Windows10 login without password in custom credential provider?
hyeyeon@hyundai-autoever.com
106
Reputation points
Hi.
I want to bypass the windows login without password by clicking the button in custom credential provider.
Is there any way?
Thanks in advance.
1 answer
Sort by: Most helpful
-
Carl Fan 6,851 Reputation points
2021-07-19T09:14:29.857+00:00