Questions tagged [windows-task-scheduler]

Use for questions about programmatic modification of task scheduling on any version of the Windows OS.

The MS Windows system scheduler component manages the execution time (time slices) that competing processes & threads are given on available processor cores.

Tag usage

The task is for questions about programmatic modification of task scheduling on any version of the Windows OS. You should also tag questions with their specific Windows version, where relevant.

Related tags

References

Microsoft documentation is the primary source for documentation about Windows Scheduling. You may refer the following topics for more information:

845 questions
-2
votes
1 answer

Scheduled tasks in Windows Server 2016 don't run after being disabled then enabled

I am having a problem with the Task Scheduler on Windows Server 2016 not running repetitive tasks after they are disabled and re-enabled. I create a task with a “Triggers->Start” of five minutes in the future and set the task to run every five…
-3
votes
1 answer

Application still running in task manager even though it exited

I have winform c# application running on task scheduler (it runs every 2 minutes). I am using application.exit on form_load event after reading a file and insert in database. It works fine but somehow after 2 days of running a scenario occurs where…
-3
votes
1 answer

How will this Windows Task Scheduler schedule work in the morning?

We have a program, where the client is claiming files did not get generated when they were supposed to, and only showed up late in the day. I'm wondering if it is because of the task scheduler schedule. The task is scheduled to start at 12:23 PM…
eidylon
  • 7,068
  • 20
  • 75
  • 118
-3
votes
1 answer

Create scheduled task using VB.net

How do I create a scheduled task using VB.NET - Populating Scheduled Task fields from vb.net program on button click? I have nothing at the moment, nor do I even know if it is possible.
Steven Trainor
  • 1,255
  • 4
  • 13
  • 20
1 2 3
56
57