Search code examples
c#winlogongina

Run Application at window Login Screen


I have made C# winform keyboard that i need to run at windows login screen so that user can enter password to specific user account. the computer which is using this application doses not have physical kb.

i came across GINA some say this is the solution but there are discussions that it is only supports till win XP win vista and 7 has different scheme.

any ideas?


Solution

  • I don't think is this something you could write in .NET, per this thread. But GINA was replaced with Credential Providers.

    There is a sample here.