Top "Scheduled-tasks" questions

A scheduled task is a computer task that is scheduled to happen at a certain time and may repeat.

Windows Scheduled task succeeds but returns result 0x1

I have a scheduled task on a Windows 2008 R2 server. The task includes a Start In directory entry. The task …

scheduled-tasks
How to find the location of the Scheduled Tasks folder

I have seen references online that state that 'Scheduled Tasks' in Windows are stored in %SystemRoot%\Tasks, which I think …

windows scheduled-tasks
My C# application is returning 0xE0434352 to Windows Task Scheduler but it is not crashing

I have written a few C# apps that I have running via windows task scheduler. They are running successfully (as …

c# .net scheduled-tasks task
How do I set a Windows scheduled task to run in the background?

Does anyone know how to set a scheduled task to run in background using Windows Task Scheduler? There doesn't seem …

windows background operating-system scheduled-tasks administrator
Best way to run scheduled tasks

Today we have built a console application for running the scheduled tasks for our ASP.NET website. But I think …

asp.net windows iis scheduled-tasks
Set up a scheduled job?

I've been working on a web app using Django, and I'm curious if there is a way to schedule a …

python django web-applications scheduled-tasks
Setting up a cron job in Windows

I have to download a file from an SFTP server everyday. I have the program which retrieves the file from …

windows cron scheduled-tasks
Issue with Task Scheduler launching a task

I have a task scheduled in my Windows 2008 R2 machine but it failed to trigger with the following error in …

scheduled-tasks
How might I schedule a C# Windows Service to perform a task daily?

I have a service written in C# (.NET 1.1) and want it to perform some cleanup actions at midnight every night. …

c# windows-services scheduling scheduled-tasks
why windows 7 task scheduler task fails with error 2147942667

I am facing a strange problem. I have scheduled a task to lauch a batch file. When I run the …

windows-7 scheduled-tasks