Linked Questions

0 votes
1 answer
961 views

I have installed MariaDB 10.4 Series in Window 7. But there's no option for start/stop and restart in installation folder. So i had to stopped through services.msc tool. Hence I have created batch ...
npsingh's user avatar
  • 71
57 votes
12 answers
88k views

When I try to start a service I created in Visual Studio I receive the following error: System error 5 has occurred. Access is denied. I am running the command line with elevated privileges, so it's ...
Daniel O's user avatar
  • 2,840
26 votes
4 answers
59k views

I am trying to figure out how to restart docker in the command line so that i can make a bat script to restart it and start up a few containers. I created a dos prompt using admin access and run ...
Linda Lawton - DaImTo's user avatar
7 votes
8 answers
9k views

I've installed Apache 2.4 with PHP 5.4 on Windows Server 2008 following instructions from this manual: Apache installing manual. Apache runs as a service now. My application requires a php websocket ...
gxx's user avatar
  • 73
8 votes
3 answers
47k views

How do you make your stop/start service scripts gracefully handling the services that get stuck in STOP_PENDING or START_PENDING... Related with SC STOP and START. Stop and Start a service via batch ...
João's user avatar
  • 2,353
1 vote
3 answers
12k views

I have a .bat script that attempts to start a Windows service at the end. :start_wildfly echo. set /p wildfly_service_name="Enter Wildfly service name: " echo INFO: Starting %wildfly_service_name%... ...
jewbix.cube's user avatar
1 vote
2 answers
3k views

I’m working on a windows app composed of two parts: An agent, running in the background. A main application with a window to start/stop the agent and configure it. What I understand is that I should ...
Simon Watiau's user avatar
0 votes
1 answer
4k views

I have done a batch file that stop the services, delete files, install files, and start the services. till now it didn't have any trouble. but today it failed to install the files. After a little ...
elad's user avatar
  • 35
0 votes
1 answer
2k views

I would like to know if there is a way to periodically check the status of the jenkins service and get an email when the service goes down?
DarthOpto's user avatar
  • 1,682
-1 votes
1 answer
2k views

As my client is not accustomed to using the windows services screen, I'm wondering what I do to get the type of startup of a service.
Dionatas Firmino's user avatar
0 votes
1 answer
2k views

I am trying to terminate a service using PID/Servicename which is already in running state in the Windows services list. I have tried "Process" Library and it works if I start a process from Robot ...
Senthil Shiv 's user avatar
0 votes
1 answer
1k views

I need a simple batch command which will wait until specified service (actually, SQL Server) is finished starting. See, the bat file runs some non-service executables which attemp to connect to the ...
AgentFire's user avatar
  • 9,839
0 votes
1 answer
1k views

Core Question Given a solution that has multiple projects (A console app and two services, along with some shared libraries), how can I debug the solution (w/breakpoints in both web services + ...
J. Patton's user avatar
0 votes
1 answer
674 views

I am trying to run a batch file which has set of services I want to restart. When I call this batch file from my Java application I get Interrupted Exception. My batch file call net stop app-service ...
Arsha's user avatar
  • 155
1 vote
1 answer
577 views

I created a custom windows service in Visual Basic using Visual Studios '05. The service is on our server which is running Windows Server 2003. I have installed the service, and it runs perfectly ...
user1412961's user avatar

15 30 50 per page