I want to auto-schedule the software mentioned above. The thing is that Task Scheduler only turns the program on but does not initialize it to run and do what it's supposed to do.
I've seen certain tasks that look somthing like this:
.../adobe/updater/adupdatemgr.exe -run -i
which basically makes the updater run once started. Now I want to know how can I learn these additional -* commands for me to tell Task Scheduler to execute?