Basically I want to create a link "Reset password" on windows login screen. upon click it should open a popup and ask security questions. And the point is is there any way to access windows login screen and create UI which I discussed above. OS is Windows 10 Many thanks in advance.
I have done research on GINA DLL but it is for only windows Xp. And I found that COM Objects will helpful but I am not really sure, as I am not an .Net developer.
It is now done with Credential Providers , mainly the ICredentialProvider interface
You can find a sample in the SDK : V2 Credential Provider Sample
or like : Custom Credential Provider for Password Reset
or CredProvider.NET (A Windows Credential Provider written in C#)