Unable to remotely schedule tasks from the command line
- by Eptin
I'm on a Windows 7 machine, attempting to use the command line to schedule a task on another Windows 7 machine in my company's network. I have administrative-level credentials for both computers. With help from http://msdn.microsoft.com/en-us/library/windows/desktop/bb736357.aspx I have created this line to run on the command prompt:
schtasks /Create /S machinename /U username /P password /SC ONCE /TN Test1 /TR C:\Windows\System32\calc.exe /ST 16:30
Whenever I launch that, I get the following error:
ERROR: User credentials are not allowed on the local machine.
How can I fix this?