1. Create a shortcut for the application that you want to start and
set "Run" in the Properties to "Minimized". Create a new Scheduled
Task for any application and then overwrite the command-line in the
Properties for the task with the path and name of the LNK file.
2. Create a batch file and use the START command to start your
application from here. Create a Scheduled Task that starts the batch
file. More help for START is available with
START /?
at a DOS prompt.