schedualed tasks

  • Thread starter Thread starter Andy Welcomer
  • Start date Start date
A

Andy Welcomer

Hello,

I was wondering if its possible to run schedualed tasks using the Local
System account. Everytime I try, the task doesn't start

Thanks in advance,

Andy
 
Hi Andy,

Task Scheduler Service Must Be Started with System Account:

MORE INFORMATION
====================
How to do this:
============
Right-click My Computer and from the drop down menu click Manage.
From the Services and Applications menu, click Services.
From the right scroll down menu, double-click Task Scheduler.
Click the Log On tab, select the Local System Account and Allow Service to
Interact with Desktop options, and then click Apply.
Click the General tab, click Start.


Thanks,

(e-mail address removed)

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Hello,

The actual service is running under the system account. What I want to do
is use the local system account to launch a task within scheduler
 
You could do this by using at.exe to schedule your tasks,
rather than the Task Scheduler GUI.
 
Back
Top