|
Hello, I need to start a second Computer via Wake on Lan. That Computer should start then and shouldn t login to a user Account automatically. Instead i want to let the Computer login itself as soon as he got a Connection with the Server. The Server then says in what Account the Computer should login and with what password. So i need: 1) Some Kind of Network Programm to communicate before a User login happened. Is it possible with adding a process to HKEY_LOCAL_MACHINE\ Software\ Microsoft\ Windows\ CurrentVersion\ Run ? 2) I need that programm to be able to login to a User locally. So the Login Screen should disappear on that Computer and the User should be logged in. I tried it with LogonUser() http://msdn.microsoft.com/en-us/library/aa378184%28VS.85%29.aspx ), but it didn t work... simply nothing happens. would nice to get some help. It have to be self programmed or a console app, that i can start out of my C# GUI.
|