Getting the log on information for a windows service
-
Iam trying to get the log on information for a windows service. does any body know how to get this. I know you can use serviceinstaller to create a service and define the username and password for it.but how does one get the username for already existing service
-
Iam trying to get the log on information for a windows service. does any body know how to get this. I know you can use serviceinstaller to create a service and define the username and password for it.but how does one get the username for already existing service
Look at the service in Control Panel > Administrative Tools > Services. Select the service you want, right click it and select properties. Look under the Log on tab and you will see who it logs in as (either the local system account or the named account).
Deja View - the feeling that you've seen this post before.
-
Look at the service in Control Panel > Administrative Tools > Services. Select the service you want, right click it and select properties. Look under the Log on tab and you will see who it logs in as (either the local system account or the named account).
Deja View - the feeling that you've seen this post before.
well iam trying to get that programatically in C#