A scheduled task is a job scheduled to run at a specific time and frequency and run a specific command on the operational system.

learn more… | top users | synonyms (1)

1
vote
1answer
12 views

scheduled task shutdown on XP

I'm attempting to use a scheduled task to shut down my win XP PC. I get the error: Task Scheduler Error 0x80070005: Access is denied. I'm logged in with administrative privileges but am unsure why the ...
2
votes
0answers
9 views

Task Scheduler - how to run powershell script with multiple parameters?

I am using powershell.exe as the Program and "-Command "& C:\Windows\logon.ps1; exit $LASTEXITCODE"; ExecutionPolicy RemoteSigned" as the Parameter, but it doesn't seems to be working. Some ...
1
vote
1answer
1k views

Windows task scheduler not running batch file on network drive

I have a batch file that I'd like to run with the Task Scheduler. Running the batch file manually works fine. If the batch file resides on the C:\ drive, task scheduler runs it fine, but if the ...
0
votes
0answers
21 views

Auto backup photos to network drive

My wife's ultrabook is getting full of pictures. I have a NAS that all our pictures are on. What I want to do is store EVERY picture on the NAS (easy) but keep all the photos from the last 12 months ...
0
votes
2answers
1k views

Windows scheduled Task - Stopping & Starting a service

How can I go by setting up a scheduled task that will cancel a java console and then start it up again? I need to restart my wowza service because of some java heap allocating memory error that seems ...
0
votes
0answers
25 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
2answers
3k views

Why does my scheduled task fail with error (0x4)

I have a scheduled task that is supposed to run a batch file. The batch files runs file when called on it's own, but does not run when wrapped in a scheduled task. Here is what the dialog looks like: ...
0
votes
2answers
128 views

How to convert a scheduled task from Xp to Windows 7

I have a backup of some job files (i.e, scheduled tasks) from my old computer. I see that windows 7 does not support job files instead they accept xml files. So, i would like to know if there is a way ...
3
votes
3answers
6k views

How to see scheduled task logs?

On Windows 7, is there a way to see a log of scheduled tasks?
1
vote
1answer
18 views

Running Network-Reliant Processes on Startup

I'm in charge of deploying and modifying a bit of in-house software that is meant to run on end-user workstations, which run either Windows 7 or XP SP3. The goal is to maximize the amount of time the ...
0
votes
1answer
54 views

Simple Linux-based task scheduler with job dependencies?

I'm maintaining a data-warehousing system that involves a lot of dependent jobs (data import, transform, etc). I've been using Linux's crontab to manage them until the dependency between jobs get ...
0
votes
2answers
376 views

Run a batch file on exiting specific program

I want a batch file to run when I exit a specific program, Nokia Suite in my case. I want to use Windows 7 task scheduler and would prefer avoiding any 3rd party program. I have already checked ...
0
votes
2answers
285 views

Asynchronous Task Scheduler actions

Explanation I want to run a few programs / files on logon, so I'm using Task Scheduler, rather than the Startup folder or scripts, because certain programs require UAC elevation and Task Scheduler's ...
1
vote
2answers
1k views

Windows scheduler - Tasks not running when user not logged in

I have Windows Server 2003, with schedules setup via Remote Desktop under one account. That account appears in the 'creator' column too. I have 'Run only if logged on' unticked. When I have logged ...
1
vote
0answers
28 views

Automated git pull on Windows 8 as system

I have installed msysgit for windows 8. I am attempting to automate a git pull every 5 minutes. I am using scheduled tasks to run a script I wrote. The schedule task's action is: powershell ...
1
vote
1answer
31 views

Prevent scheduled task from running when system is locked

In Windows XP, I created a Scheduled Task to run every 15 minutes, and it is working perfectly fine. But I don't want the task to run when the computer is locked – CtrlAltDel. Is there a way to ...
2
votes
5answers
5k views

How to execute a scheduled task with “schtasks” without opening a new command line window?

I have a batch file that creates a scheduled task using schtasks like this: schtasks /create /tn my_task_name /tr "...\my_path\my_task.bat" /sc daily ...
1
vote
1answer
1k views

Remotely managing Scheduled Tasks on another computer: Access Denied

I need to remotely create new scheduled tasks from a Windows 7 computer in my company (which according to this Microsoft TechNet article I should be able to do. ...
1
vote
2answers
1k views

Running batch file through a service

I'm trying to schedule a batch file to run through a third party application, however the output file doesn't get created in the directory. If I run the .BAT file from the command line, it works ...
0
votes
1answer
1k views

How do I kill an unattended scheduled task?

I have a runaway windows task, if I were running it as a logged in user I would use Process Explorer (procexpe.exe) and look for the related cmd.exe and kill it there, but this one is running with a ...
1
vote
1answer
34 views

What is the preferred way to schedule a Windows Server 2003 Job

Having spent the last decade primarily on Linux systems, my Windows knowledge is a bit rusty, and I am out looking things up as well as asking here. Also, I am not looking for a discussion, but, ...
1
vote
5answers
5k views
1
vote
1answer
74 views

How to trigger the windows task scheduler event when my computer's CPU is overrun over 30 minutes?

my computer's OS is windows 7, I would like to do this: when my computer's CPU is overrun over 30 minutes, it will trigger task scheduler's event which is send a email to my email account. I don't ...
1
vote
1answer
49 views

Windows 8 “Task Scheduler service is not available”

I'm having problems keeping my Windows 8 clock synced so I'm trying to regularly resync with an every-5-minutes schedule trigger. When I go into the Windows 8 task scheduler through the ...
0
votes
0answers
35 views

making windows scheduler run once a minute

So the task is setup to run "every 1 minute(s) from 12:00AM for 1 hour(s) every day, starting 4/15/2013". The last run time is 2:51:15PM and the current time is 3:00PM. So why isn't the task been ...
0
votes
0answers
27 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
5answers
97 views

Linux/Bash, how to schedule commands in a FIFO queue?

I want the ability to schedule commands to be run in a FIFO queue. I DON'T want them to be run at a specified time in the future as would be the case with the "at" command. I want them to start ...
0
votes
0answers
25 views

automatically execute command in command prompt when download is completed

I’m trying to develop a task scheduler that can create task in remote computer using internet. To do that I can send a .xml file to remote computer. What I need to do is auto import tasks to windows ...
0
votes
1answer
28 views

What Comprises “Local Computer Resources” in Task Scheduler?

In the Windows Task Scheduler, the interface allows me to use a specific user to run the task (General > Security options). Under the Run whether user is logged on or not option, the interface has ...
1
vote
1answer
33 views

Change DVD or network boot order from Windows

First, let me preface this by saying I'm sure there's a simpler way to implement our backup process, but what we have now requires making changes in only one place, rather than on individual user's ...
0
votes
0answers
48 views

Schedule a task with `schtask` without password prompt

Using the schtasks commandline, prompts the user for the password even when running under admin privileges. Is there a way to prevent this, i.e. create a task for the currently logged user without ...
0
votes
2answers
38 views

Scheduling LaunchD for every other week

I would like LaunchD to launch a script every other week. The following works fine for every week, but how can I schedule it to only run every other week? <?xml version="1.0" ...
0
votes
1answer
39 views

How to import a scheduled task automatically from an XML file?

I have created a scheduled task in Windows 7. The task is running perfectly well on my computer. I have also exported the task to an XML file and want to create the same task on another computer ...
2
votes
0answers
52 views

Scheduling a task before sleep in Windows 7 and hold off the sleep event until task runs

Note that this is different than the other questions I found (I did search), like: Is there any way to execute something when closing the laptop's lid? I used the same trick of scheduling a task ...
0
votes
2answers
35 views

How to execute an application located in the network triggered by the task scheduler

Here is my problem: I made a task in the Task scheduler triggered by a specific event. This task, execute a small bat file. When the bat file is located on the local drive of the pc, no problem, it ...
0
votes
0answers
41 views

windows scheduled task and sending email of script output

How do we set up in the Windows Task Scheduler to send the output of a cygwin shell script on an email ? We know how to set up a cron job of running the cygwin shell script but the sending email part ...
1
vote
1answer
21 views

Windows - two options for stop the scheduled jobs - why?

Everytimes I set a sch. job in Windows I promised myself to get correct information about why the properties contain two option for stop job. Now I'm doing it... :-) So: I try to set a SJ to run at ...
0
votes
3answers
121 views

WiFi router that lets me disable WiFi based on schedule [closed]

I have that Fritz!Box 7390 that has the setting to disable WiFi based on a schedule. So, it's off from 11 PM to 6 AM while we're sleeping. Now, I want to extend the network with another WiFi router. ...
1
vote
2answers
4k views

How do I specify “Run with highest privileges” in SchTasks?

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 ...
0
votes
1answer
80 views

How can I start multiple applications and instances using a Windows Scheduled Task?

I have three main applications. I am trying to start them automatically at log on in a specific order with a given delay. Here is an example of how I'd like everything to be: User logs in. Wait ...
0
votes
1answer
263 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 ...
0
votes
1answer
30 views

Scheduled task status

How to check last run result of scheduled task? We used "schtasks /query" command. But it didn't displayed our manually created scheduled task status. We don't want system scheduled task status. Only ...
0
votes
0answers
30 views

Using sleep mode to trigger hybernate mode

I wanted to set up my computer so that if i put it in sleep for more then 20 min, it will go into hibernate mode automatically. My hope was to use some sort of event trigger on window's Event ...
0
votes
2answers
76 views

Choosing job scheduler on *nix [closed]

Want to ask for any opinions or advices which cron job can be preferred (*nix based). Requirements: execute bash script; have web interface; supports job's hierarchies; Free. I tried QUARTZ ...
3
votes
3answers
7k views

Automatically close program at a scheduled time each day

Is there a way to automagically determine if a program is running and close it at scheduled time, say 3 am every day? Maybe use task scheduler to close said application? if this is possible any ...
5
votes
3answers
44k views

Where have the Scheduled Tasks gone to in Windows 7?

I cannot find Scheduled Tasks under control panel. Where did they move it?
0
votes
1answer
334 views

scheduling jobs on mac OSX 10.8.2

I am trying to schedule the execution of a .sh script on max OSX 10.8.2 I am using crontab and am getting an odd bug. If i am at the computer and set the task so that it executes in the next few ...
1
vote
0answers
52 views

Is there a way to schedule tasks in windows specifying a specific time zone?

I need to schedule several tasks to run, where each needs to run at a specific local time in a different city. For example, one job might need to run at 19:00 New York City, and another needs to run ...
0
votes
0answers
104 views

Windows Server 2008 SP2 Task Scheduler problems

I have a series of scheduled tasks that have been running fine until about 2 months ago. Now they seem to run sometimes, at the scheduled time, but not consistently. The tasks will run if I reboot ...
2
votes
2answers
276 views

Selectively deleting system scheduled tasks

Windows 7 box has a list of scheduled tasks - > Default Windows tasks + Certain custom tasks that all start with a certain string. Previous code deleted all tasks with the command: schtasks /Delete ...

1 2 3 4 5 7