0
votes
0answers
26 views

Scheduled Task in Server 2008 standard wont run automatically

I have a simple program that I want to run automatically(in this case at 7:30am). I have created the task and if I run it manually, right click the task and select Run, it works fine. When the task ...
0
votes
0answers
28 views

Label taskeng.exe console windows

At my job, we use a lot of console applications to run various processes. We kick them off from the Task Scheduler on a regular and overlapping basis - at any time there could be anywhere from 3 to ...
0
votes
1answer
277 views

Windows scheduled tasks fail with 0x1, don't log errors

I have three Python scripts running overnight as scheduled tasks on a Windows Server 2008 VM. I can run them manually with no problems. But when I look at the Task Scheduler each morning, the first ...
1
vote
1answer
151 views

Only administrator account can run scheduled tasks

I am running Windows 2008 Server and I have set up a scheduled task that executes a SQL script from the command prompt. The script and command work completely fine. I set this scheduled task to run ...
2
votes
1answer
100 views

Allow users to remotely modify Windows Scheduled Tasks without granting them log on rights

Is there any way to allow users to create/edit/delete scheduled tasks on a remote machine without allowing them to log on (remotely)? The machine is a Windows 7 (Enterprise) one or alternatively ...
0
votes
1answer
110 views

What local group should user belong to be able to run windows task as that user

When I assign user to a task, I get warning message "This task requires that the user account specified has Log on as batch job rights", but then I can click ok and it keeps this user assigned for ...
0
votes
1answer
172 views

How do I configure schtasks.exe in Windows 2008 to keep a task running all the time?

I have a need to keep a task running all the time which calls a batch file that is pinging a host to cause a delay before a secondary batch file is called. I have configured it to run each time the ...
1
vote
1answer
51 views

Can a Windows scheduled task update itself and how would I do it?

Can a Windows scheduled task update itself and how would I do it? I'm using Windows Server 2008. I've seen some Powershell scripts that create tasks from xml; would this be the right approach?
5
votes
2answers
2k views

Windows Server 2008 R2 - How to copy a scheduled task

I would like to create a new scheduled task that is extremely similar to an existing task. It would be a pain to write down or type out all the settings. Is there a way to copy an existing task to ...
0
votes
1answer
3k views

How can I run a scheduled task as SYSTEM

I can't add SYSTEM account in task scheduler. When I try to add it becomes MYDOMAIN\SYSTEM and I get invalid user error. Can I use SYSTEM account to run a scheduled task?
0
votes
1answer
297 views

Windows Task Scheduler CPU utilization trigger

I'm attempting to kick off a piece of code I wrote when the CPU Usage reaches a specifiable percentage. Can anyone direct me on how to accomplish this? Thus far I've tried using the task scheduler ...
3
votes
1answer
3k views

Task Scheduler: Run whether user is logged in or not: not working

I have a Task scheduled to run in Windows server 2008 (start up notepad). It seems to work fine when "Run whether user is logged in or not" is not selected. however when I select it the the task no ...
0
votes
2answers
725 views

Scheduled tasks run slower than command-line tasks?

I have noticed that tasks run via the "Task Scheduler" in Windows 2008 run much slower than when run from the command line. I even tried upping the priority of the task (export task to XML -> change ...