Some times you need to scheduler a restart of services on servers or computers, and I used to do this via a batch job, that I called from Task Scheduler, but..
I found a much easier way of doing this, just create a new task, and add the Actions like bellow.
NET as the program, and START/STOP “SERVICENAME” as the argument
and voila, there it is 🙂
serverservicetaskschedulertipstrixwindows
Restarting a service with Task Scheduler
November 28, 2017
Tips and Trix, Tools, Windows
No Comments
vincent
Some times you need to scheduler a restart of services on servers or computers, and I used to do this via a batch job, that I called from Task Scheduler, but..
I found a much easier way of doing this, just create a new task, and add the Actions like bellow.
NET as the program, and START/STOP “SERVICENAME” as the argument
and voila, there it is 🙂
serverservicetaskschedulertipstrixwindows