What I want to do is to create a scheduled task that has a author different than the current user. Running this: schtasks /create /SC MINUTE /MO 5 /TN test /TR "c:\test\test.bat" /U system /f Gives me: "ERROR: Invalid syntax. Cannot specify user name without specifying system name.&qu...