Questions tagged [windows-service]

Windows services, also referred to as NT services, are background service processes run by the Service Control Manager based on the service settings and optionally restarted as needed. Windows services are also capable of being launched on demand, based on other service dependencies.

More information at:

http://msdn.microsoft.com/en-us/library/d56de412(v=vs.80).aspx

http://en.wikipedia.org/wiki/Windows_service

430 questions
8
votes
2 answers

What is the best way to allow a domain user to start and stop services on the machine?

What is the best way to allow a domain user to start and stop services on the machine? The domains user cannot be made admin.
8
votes
4 answers

Windows: How to start docker VM att system boot

I'm in a situation where I need to run docker on a windows based build server (I'm normally working with Arch/Debian Linux) and I can't find a way to have the docker VM to start automatically on system boot. On Linux it would be a service but on…
tirithen
  • 185
  • 1
  • 1
  • 7
8
votes
9 answers

Failed to connect to the System Event Notification Service

Several end-users try and log into their Windows 7 machine, they get a message, "failed to connect to the windows notification service" and it goes to a black screen and never actually loads their desktop. This has been going on for 6+ months. If I…
Upgrayedd
  • 141
  • 1
  • 1
  • 5
8
votes
3 answers

Is it possible to use Group Policy to grant the permission to manage Windows services?

Is it possible to use Group Policy to grant the permission to manage Windows services? I would really like to know if this is even possible, and if so, where do you recommend I look for more information? I'm particularly interested in Server…
Damian Powell
  • 325
  • 2
  • 5
  • 10
8
votes
5 answers

SSH Tunnel as a Windows Service

I want to set up an SSH tunnel to run as a Windows service, I need to be able to set it up using only the command line so this counts out any software that doesn't include a command line version. What tools are available for Windows that I could use…
Callum
  • 181
  • 1
  • 1
  • 3
8
votes
2 answers

Which user should a backup service run as?

I'm working on an application which uses Volume Shadow Copy Service to backup a particular file at regular intervals. This works when run as admin but when I run the service under the "Network Service" account which I believed to be the correct…
JWood
  • 263
  • 1
  • 3
  • 6
8
votes
3 answers

ASP.Net State Service missing from Services

The ASP.net State Service appears to have mysteriously disappeared from our web server's Services list after changing the .Net version in an IIS app pool to v4 and then changing it back to v3.5 again. We're not even sure if that's related. Does…
TimS
  • 338
  • 2
  • 3
  • 13
8
votes
2 answers

What is SMS Agent Host?

What is SMS Agent Host service (CcmExec)? I have failed to find this information (e.g. there is no Wikipedia entry) - besides for information in some error cases on how to restart this service for dependent software. (The best I could find was:…
Peter Mortensen
  • 2,318
  • 5
  • 23
  • 24
8
votes
4 answers

Running a Windows service under a domain user account

If I run a Windows service on some host under a domain user account, and the password for this account changes at some later point, will the service now fail to start, until you update the password? If not, how are the credentials for the domain…
BeeOnRope
  • 573
  • 3
  • 6
  • 12
7
votes
6 answers

Auto-start the SQL Server Agent after a computer restart

I am using the SQL Server Agent to run some jobs every day, but the problem is that whenever the server (the machine itself) is restarted, the SQL Server Agent doesn't automatically start when the computer boots back up again...and I have to start…
Andreas Grech
  • 195
  • 1
  • 1
  • 7
7
votes
10 answers

How can I restart a windows service remotely using a script?

I have a Python web application running in a CherryPy server, which is running as a windows service. I have a batch file to deploy this application, but I'm still having to remote desktop in to the server to restart the service. Is there any way…
Jason Baker
  • 1,229
  • 6
  • 20
  • 26
7
votes
4 answers

Apache 2.2 on Windows Server: won't start after attempting to change drive letter of all data and logs

I manage a web server that's running on Windows Server 2008 as a 64bit virtual host. All service software is running independently, and not as part of an AMP stack. The data drive has nearly filled up and my systems admin has provisioned a new…
nmjk
  • 278
  • 1
  • 3
  • 9
7
votes
2 answers

Windows Application Experience Service

On a Windows 2008 R2 Enterprise server, the event log is reporting event id 7036 "The Application Experience service entered the stopped state" and then later that it has started. This occurs approximately once an hour every day. Based on all the…
floyd
  • 1,530
  • 4
  • 19
  • 30
7
votes
2 answers

Automate Windows Robocopy with internal changes monitor /MON:1 option

The /MON:1 option works just great and run directory scan if only changes happened. This is something that is not possible to do if robocpy is ran from windows scheduler each 10 min. Is there a way to run the robocopy …
user34402
  • 271
  • 1
  • 5
  • 10
7
votes
4 answers

Why can a user grant themselves the Log On As A Service right?

This article describes the (relatively laborious) steps you should go through to grant an Active Directory user the Log On As A Service right. However, if I install a service and manually specify my AD account's logon credentials (service…
Jez
  • 1,393
  • 2
  • 12
  • 24
1 2
3
28 29