I created a new scheduled task with the following command:
schtasks /create /ru system /sc once /st 09:11 /tn test1 /tr cmd.exe /it
The task gets started at the correct time using the user context SYSTEM (I can see this in task manager) but there is no new window created. I am using the console session, not a remote terminal.
How can I start a command window using the user context SYSTEM in Windows 7?