HI,
i 've developed a C# Application the shuts down each client with a countdown of 30 minutes - the user can stop the process in that time and if he doesn't, the application shuts down the client. Therefore each client starts a task which runs a specified task.
The Operating-System on our clients is windows XP.
The Problem is, that the actually logged on user on the client is another as specified in the task. So the logged on user on the client doesn't see the window off the application. The application runs (You can see it in the log files). I tried with Impersonate but it doesn't work.
kind regards
Andreas Lindner
i 've developed a C# Application the shuts down each client with a countdown of 30 minutes - the user can stop the process in that time and if he doesn't, the application shuts down the client. Therefore each client starts a task which runs a specified task.
The Operating-System on our clients is windows XP.
The Problem is, that the actually logged on user on the client is another as specified in the task. So the logged on user on the client doesn't see the window off the application. The application runs (You can see it in the log files). I tried with Impersonate but it doesn't work.
kind regards
Andreas Lindner