how to get my program to enter windows username password?
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:28 UTC
Read the original article
Hit count: 263
c++
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