...
- using JobScheduler start script (./bin/jobscheduler.cmd)
No Format the JobScheduler start script calls the net.exe and asks for elevated administrator permissions if you start the JobScheduler service the JobScheduler start script calls the JobScheduler command <modify_spooler cmd'terminate'/> to stop itself open a _Command Prompt_
Code Block |
---|
> bin/\jobscheduler.cmd start_service > bin/\jobscheduler.cmd stop |
- using Windows services dialog
No Format select the service _SOS JobScheduler -id=[scheduler_id]_ and use the function start or stop in the context menu
- using net.exe
No Format open a _Command Prompt_ with elevated administrator permissions
...