Top "Windows-services" questions

Windows services are background service processes run by the Service Control Manager on Windows NT based operating systems, similar to daemons or UNIX services.

Best Timer for using in a Windows service

I need to create some windows service which will execute every N period of time. The question is: Which timer …

c# timer windows-services
Are there any log file about Windows Services Status?

I want to figure out when the services was start up and terminated. Are there any kind log file about …

windows-services logging
Windows service start failure: Cannot start service from the command line or debugger

hi i'm getting this error Cannot start service from the command line or debugger. A winwows Service must first be …

c# windows-services
How can I verify if a Windows Service is running

I have an application in C# (2.0 running on XP embedded) that is communicating with a 'watchdog' that is implemented as …

c# windows-services watchdog
How to force uninstallation of windows service

I installed a windows service using installUtil.exe. After updating the code I used installUtil.exe again to install the …

.net windows-services
(SC) DeleteService FAILED 1072

Last time I create WAS profile and WASService then I try to config and run many script for learn how …

windows-services websphere
How might I schedule a C# Windows Service to perform a task daily?

I have a service written in C# (.NET 1.1) and want it to perform some cleanup actions at midnight every night. …

c# windows-services scheduling scheduled-tasks
Windows command to get service status?

I need to know the status of a service at the end of my batch script which restarts services using "…

windows-services batch-file windows-server-2003
Install a .NET windows service without InstallUtil.exe

I have a standard .NET windows service written in C#. Can it install itself without using InstallUtil? Should I use …

c# .net deployment windows-services installutil
How to install node.js as windows service?

I have downloaded node.js executable. How can I run that executable as windows service? I cannot use standard node.…

node.js windows-services