Hi, I am implementing Custom Credential Provider on Windows 10 Pro
According to the Microsoft documentation, it is possible to create Credential Provider https://docs.microsoft.com/en-us/windows/win32/secauthn/credential-providers-in-windows
Thank you for Mr David Weiss https://github.com/DavidWeiss2/windows-Credential-Provider-library which explains me how to do that properly
Now, I want to make my "Custom Provider" become the default
It means that at the first attempt, there are no users are listed here except my custom provider
But after a mistake / failed attempt, the "Other User" Option appeared
Does anyone know how to do that?
Thank you