Windows Service Account
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I had a situation where I had to write a Windows Service which runs on a computer which is part of a network, the service runs under Local System account and starts another application upon its startup. Now the problem is that when I log on into that system hosting service using a remote desktop connection, I don't find the application started by the service, but when I connect to that system into the windows current session using "mstsc /console" command on command prompt, the system shows me the application started by the service. Regards, Talha
Muhammad Talha