How to use the System account to run Scheduled Task

S

Steve

I want to set a task in Task Scheduler but I do not want to us the account
that I am logged in with. How do I set the task up to us the system account?
What is the system account name? Is there a password?
 
P

Pegasus [MVP]

Steve said:
I want to set a task in Task Scheduler but I do not want to us the account
that I am logged in with. How do I set the task up to us the system
account?
What is the system account name? Is there a password?

Use the console command at.exe. All its jobs run under the System account.
 
P

Pegasus [MVP]

Not as far as I know. Note that scheduling a job with at.exe is actually
faster than using the Control Panel GUI:

at.exe 15:35 /every:m,t,w,th,f "c:\tools\My Job.exe"

That's all!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top