-
I need an application that use Wake-on-lan feature, and start remotely a Windows 95 station. It's possible to start Windows with a username and password ?. I can use an external application to start the PC but i have problems with username and password validation.
-
after windows starts and asks for user name and password, can you use the SendKeys function to send the "Username, Tab, Password, Tab, Enter" sequence to the active window?
~seaweed
-
you can set the default user and password in the registry
taLON
-
Thanks for all !!. you are good !!