Skip to main content

All Questions

0 votes
1 answer
1k views

When windows service is installed under different user it requires manual "Log On" is this expected?

using golang example I created windows service application, as mentioned in documentation I configured with service user and password. I'm using a batch script that will execute @REM install ...
imaheshwaran s's user avatar
2 votes
1 answer
4k views

Permissions required for an account to use a Windows Service

I want to know if there are any specific permissions required on an account to use a Windows Service. Note that I am not talking about starting and stopping a service, I am talking about the account ...
Matt Wilko's user avatar