views:

454

answers:

1

Anyone heard that its possible to login to windows xp programatically, I want to modify the way the Domain Controller authenticates the user and if the user authenticated in my special way it returns the user name and password to the service working on the client machine so it should login the user using its passed credentials from the DC without waiting for user to insert his original credentials.

+3  A: 

Have a look at this: Gina.dll MSDN

Gina is the system that fingerprint readers etc. use to customise the login screen. You may be able to use this to achieve your purpose?

To future proof your app (Vista and Windows 7) you may wish to look into these: MSDN Mag Vista Credential Providers

Spence
Cheers, I had always wondered how the hell windows allowed a fingerprint to substitute for a 3 finger salute so I looked it up one day... ;)
Spence
Thanks Man, I exactly want to login using fingerprint.
netseng