How is it possible to start a scheduled task that is not locally stored but on another computer on your network, using c#?
It seems that i cannot determine the path of the schedule task.
Also I just need to start the task. I dont need to wait for it to finish and I do not need any error handling. Just run the task.
Best Solution
Install NuGet package: Task Scheduler Managed Wrapper and then you can use: