vote up 0 vote down star

I have an authentication key (USB dongle) that I would like to use in place of logging into windows. The dongle is not just a simple thumb-drive it is a specialized dongle made for software authentication.

I've seen tutorials on how to do this with Phidgets RFID kit, however I can't seem to find that tutorial anywhere now.

Basically I need something that looks for this key on start up. I already have the code to look for the key, I just need to be able to actually tell the system log in.

How would I go about that?

flag

78% accept rate

2 Answers

vote up 2 vote down check

I doubt you'd want to be writing something like this in C#, but the basics of how to customize the logon experience is outlined in this article. Note that the mechanism changed between XP and Vista, so you'd probably need to write two different components if you wanted to support both.

link|flag
vote up -1 vote down

might this be what you're looking for?

link|flag
Not really, I was looking for something that would automatically log you in. – WedTM Apr 15 at 19:34

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.