I have a windows console app that's launched via Task Scheduler (multiple triggers: 6am and 1pm). The Action for each starts a program.
I want to add a 3rd trigger at some arbitrary time of day (e.g. 5am) but for this execution only I want to add in one argument via Edit Action. When I do this, the argument is provided to each trigger.
The dialog does not seem to support this requirement. Is there some way to accomplish this via Task Scheduler?