I want to run a schedule task before a specified windows service (Service A). Service A starts automatically.
What is the best approach to take? Do I need to convert the schedule task into a service (Service B) and configure Service A to depend on Service B?
Thanks