keep scheduling always on even when the user logoff

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can you please help me to solve the following issue :
I have scheduled a task to execute in specific intervals. When the user log
off, then scheduler is not executed. Is there any way to execute a scheduled
job even the user log off , but the PC is on. I have scheduled this job in
administrator user mode. This is in win XP prof .
Thanks in advance for the solution.
 
You have likely setup the task to run under your account. Try setting it up
to run as "NT AUTHORITY\SYSTEM" without the quotes (a reboot may be
necessary for it to take). This way it should run even if someone else is
logged into the computer.

--
Regards,

Richard Urban
Microsoft MVP Windows Shell/User

Quote from: George Ankner
"If you knew as much as you thought you know,
You would realize that you don't know what you thought you knew!"
 
That wouldn't make a difference.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| You have likely setup the task to run under your account. Try setting it
up
| to run as "NT AUTHORITY\SYSTEM" without the quotes (a reboot may be
| necessary for it to take). This way it should run even if someone else is
| logged into the computer.
|
| --
| Regards,
|
| Richard Urban
| Microsoft MVP Windows Shell/User
|
| Quote from: George Ankner
| "If you knew as much as you thought you know,
| You would realize that you don't know what you thought you knew!"
|
| | > Can you please help me to solve the following issue :
| > I have scheduled a task to execute in specific intervals. When the user
| > log
| > off, then scheduler is not executed. Is there any way to execute a
| > scheduled
| > job even the user log off , but the PC is on. I have scheduled this job
| > in
| > administrator user mode. This is in win XP prof .
| > Thanks in advance for the solution.
|
|
 
Scheduled Tasks|Advanced|View Log may provide some details. If the job
connects to another machine you may need to add the user/ group 'logon as
batch job' rights (server side). Control Panel|Admin Tools|Local Security
Policy\Local Policies\User Rights Assignments
"Log on as a batch job"

Remember that if it involves network resources to make sure the user account
has permissions to the resources and also use UNC paths as mapped drives
won't exist when no one is logged on.

This article may also help.

Result Codes in Scheduled Tasks Indicate an Error Occurred in the Task
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q267031

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Can you please help me to solve the following issue :
| I have scheduled a task to execute in specific intervals. When the user
log
| off, then scheduler is not executed. Is there any way to execute a
scheduled
| job even the user log off , but the PC is on. I have scheduled this job
in
| administrator user mode. This is in win XP prof .
| Thanks in advance for the solution.
 

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

Back
Top