Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
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
4 votes
1 answer
61k views

How to tell which service or task caused a certain 4624 logon event?

I found a series of Windows logon events 4624 like this: An account was successfully logged on. Subject: Security ID: SYSTEM Account Name: mycomputername$ Account Domain: ...
Qin Heyang's user avatar
0 votes
1 answer
57 views

How do i login to Windows 10 after all services have started

I have a need to login to desktop after all services have started so essentially no service is running in the background after the desktop is loaded post login. How can i do this?
salamay's user avatar
  • 21
0 votes
1 answer
3k views

Windows logon script launch service

I want to create login script (win 10 pro) that would star/stop synergy service on logon / logout for specific user. Problem is that "net start synergy" give access denied 5, since it is not ...
0xDEAD BEEF'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
3 votes
2 answers
22k views

How do I run Tomcat service as a specific user in Windows?

I needed to do this so that Tomcat could take advantage of some Active Directory stuff, and it took a lot of searching to get all the niggly bits sorted. Hopefully if I answer my own question here, it ...
Nobbynob Littlun's user avatar
2 votes
2 answers
5k views

service fails to start after restart

This issue happens on XP SP3 and on Win7 SP1. The service is configured to run using a service account to logon as a service. When I manually enter the password it is accepted and is given logon as ...
user avatar