When I use the GUI Task Scheduler, I can easily check the "Run with highest privileges" checkbox.
I found no such option in the SchTasks command line too, however.
Is there a way to do that from the command line?
|
When I use the GUI Task Scheduler, I can easily check the "Run with highest privileges" checkbox. I found no such option in the SchTasks command line too, however. Is there a way to do that from the command line?
| |||
|
feedback
|
|
That's what the /RL option does. Example: SCHTASKS /Create /TN "New Task" /SC HOURLY /TR blah.exe /RU username /RP password /RL | |||
|
feedback
|
|
| ||||
|
feedback
|