.NET Framework Bookmark and Share   
 index > .NET Remoting and Runtime Serialization > local Userlogin via Network
 

local Userlogin via Network

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.
Matthias T
I still need help with this.
Matthias T

You can use google to search for other answers

Custom Search

More Threads

• Http Exception : Request timed out
• Can a Remotely Executed Method Automatically Propagate Back Changes to Referenced Objects?
• http channel registering
• Serialization,Memory Streams,and TCP
• Using remoting features inside a .NET applet loaded in a tag object
• Quiting remoting client causes error: System.AccessViolationException
• DCOM security issue
• Client timeout
• Serialization problem/trouble
• Requested Service Not Found: Why? (3rd party software/security issue?)