How to get my program to log the user into Windows?

Posted by blood on Stack Overflow See other posts from Stack Overflow or by blood
Published on 2010-05-06T01:21:21Z Indexed on 2010/05/06 1:38 UTC
Read the original article Hit count: 227

Filed under:
|
|

i have been working on a program that will enter usernames and passwords if someone plugs in a Usb, but i don't know how to enter a windows log in password. So the idea is to have my program running so it can find if the usb is plugged in if so it will use keybd_event to enter the password and to hit enter. how would i get my program to run so i can do this?

© Stack Overflow or respective owner

Related posts about c++

Related posts about Windows