I have to stop automatically a service. I want to use scheduled task combined with a CMD but I don't know how to write it. For example, I want to stop this service:
"FileMaker Server".
(in the bat)
net stop "whatever service"
Now use AT schedule to schedule when you want to stop the service. The only thing you have to be careful of is permissions to stop the service... But I know you work around this if you are having trouble..
-hope this helps.
Joseph L. Poandl
MCSE 2000
If your company is in need of experts to examine technical problems/solutions, please check out
Unless you are hooked on writing the script yourself. Buy TechScheduler by Dean software. One of it's many talents is to start/stop services. You can do some fairly elaborate schduling with this product. I think it's like $30 or $40.
If you do decidee to do it from a bat file, be sure to use the Actual name of the service, not always the same as the name displayed in task manager.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.