(I'm working under Windows XP)
A simplification of the approach I'm taking (which isn't working) is as follows:
C:\>schtasks /create /tn "MyTask" /tr "mspaint" /sc daily /st 11:43:00 /ru "System"
I know the task is being scheduled because you can view it in task scheduler.
I know it runs and does not stop because you can view that in task scheduler.
However: The Paint program never becomes visible. (Is it running as another user maybe?)
How do I schedule a task with a GUI so that it becomes visible when the task runs?