question

hyeyeon avatar image
0 Votes"
hyeyeon asked CarlFan-MSFT answered

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

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
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

CarlFan-MSFT avatar image
0 Votes"
CarlFan-MSFT answered

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

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.