How to bypass the Windows10 login without password in custom credential provider?

hyeyeon@hyundai-autoever.com 106 Reputation points
2021-07-19T04:24:09+00:00

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.

115735-cp-%E1%84%8B%E1%85%B5%E1%84%86%E1%85%B5%E1%84%8C%E1%85%B5-%E1%84%87%E1%85%A9%E1%86%A8%E1%84%89%E1%85%A1%E1%84%87%E1%85%A9%E1%86%AB.png

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,077 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Carl Fan 6,851 Reputation points
    2021-07-19T09:14:29.857+00:00

    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

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.