I've written a simple program that runs upon start up; it ends explorer.exe and asks for your name, then a password. If the enter the right password, the window turns green and reopens explorer.exe. If you enter the wrong password, the window turns red and opens a batch application to send an e-mail to myself with the subject being something like "Security Breach (entered name) *Time*" via sending me a text message with the subject. Two questions:
First-
Is it possible to run a simple program like this before windows starts? If not, how can I make it run full screen on start up?
Second-
I can't get the batch to send an e-mail automatically..like you have to press send lol. Anyone know how?
On XP and earlier, you need to write yourself a replacement for GINA (msgina.dll).
Vista did something weird but I don't remember what... in any case it is different. Google around "GINA" and you'll get literature...
o_O
lol so I have to write a program to replace the existing authentication system? There's no way I can just run a program in between the GINA and explorer?
and does anyone know about the automatically sending e-mails in the background?
thanks for the links btw I'm learning a lot.
..also got distracted reading about the history of UNIX.. who would have guessed the C language was made by AT&T lol.