Top "Windows-task-scheduler" questions

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

IF exist for scheduled task

I have created a batch file to check if scheduled task exists and if they don't create them, however, my …

batch-file cmd windows-task-scheduler
Powershell and schtask with task that has a space

I am using schtask command with powershell. The problem that is occuring is that when it is C:\Program Files\ …

powershell windows-task-scheduler
How to change the priority of a running java process?

In a related question we explored using ProcessBuilder to start external processes in low priority using OS-dependant commands. I also …

java windows process windows-task-scheduler
windows 2008 task scheduler return code 1, no logging

trying to run a simple batch file in windows 2008 task scheduler call cleanup.bat > cleanup.log; call ant -f …

windows-task-scheduler
How to send a Yes parameter to overwrite a schedule from command line in vb.net

I'm developing and application and I'm creating scheduled tasks from command line using vb.net. When I'm trying to create …

vb.net command arguments line windows-task-scheduler
Create a scheduled task with maximum privileges with schtasks

I've been browsing the docs of schtasks command and I didn't find any equivalent to the checkbox "Execute with maximum …

windows batch-file scheduled-tasks windows-task-scheduler
Why "schtasks" does not run my job?

I scheduled a task on Windows-XP using schtasks utility, but the task does not run. Here is what I see …

windows-xp scheduled-tasks windows-task-scheduler
How do I debug an exe running through Windows Scheduler?

I'm using Windows Scheduler to run an exe I have written. How can I jump into a debug session when …

debugging windows-task-scheduler