I'm trying to schedule a task with SCHTASKS. I'm having trouble
creating it. Here's how I attempt to create it.
schtasks /Create /SC DAILY /ST 10:29:00 /TN "myTaskName" /TR
"C:\myBatchFile"
After executing that, I am prompted to
"Please enter the run as password for USER:"
I don't know what that is, so I just make one up. I am warned that it
may not run correctly, and it doesn't run correctly.
Is there a way to skip the password thing? This is a public computer,
so I don't want to bog things down with passwords.
Thanks!