OK, so you can set NT to login automatically. However, it cleverly stores your default password in the registry, entirely unencrpyted!!! (D'OH! Who thought of that?)

I know how to read/write from the registry in VB, and thx2 kedaman I have a nice key encryption routine, but what I don't know is how to make an exe run b4 and/or during logon.

(I'd like to store the password key-encrypted, decrypt it at login, login, and encrypt again for storage).

Anyone got any ideas?