Top "Windows-task-scheduler" questions

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

How can I enable the Windows Server Task Scheduler History recording?

I have a Windows Server 2008 with scheduled tasks running, mainly .bat files calling PHP files. I have 2 users on the …

windows-server-2008 scheduled-tasks windows-task-scheduler
How do I execute a PowerShell script automatically using Windows task scheduler?

I have one PowerShell script which sends emails. I want to execute that script automatically, every 1 minute. How can I …

powershell windows-task-scheduler
Task Scheduler failed to start. Additional Data: Error Value: 2147943726

I am using windows 10 task scheduler to run tasks that require me using my personal user account (its necessary to …

windows-10 scheduled-tasks windows-task-scheduler
How to create a scheduled task under SYSTEM user account with SCHTASKS

I am currently trying to get SCHTASKS to create a scheduled task under the SYSTEM account, by using the following …

windows scheduled-tasks windows-task-scheduler
Specifying the running directory for Scheduled Tasks using schtasks.exe

I have an application which gets called by a scheduled task. It moved from Windows Server 2003 to Windows Server 2008. On 2003, …

windows windows-server-2008 scheduled-tasks windows-task-scheduler
Where can I find the Windows Task Scheduler exit codes list?

All I have found about the Windows Task Scheduler results are short details about just a few codes. Does anybody …

windows scheduled-tasks exit-code windows-task-scheduler
How to run Application.exe before windows startup?

I have a windows application with user Interface that do some stuff... Now my client wants that, when he pushes …

security windows-7 windows-applications windows-task-scheduler
Filter list of scheduled tasks by taskname

running the cmd command schtasks /query /fo LIST Gives me a list of all scheduled tasks running on my system. …

cmd windows-task-scheduler
how to schedule a task for every 5 minutes in windows command prompt?

I'm currently scheduling .bat files using Windows Task Scheduler. However, I want to do this using the Command Prompt's schtasks …

windows scheduled-tasks command-prompt windows-task-scheduler
Schtasks Permission Error on Administrative User?

I know this has been asked in different ways a few times, but nothing has helped me for my specific …

windows batch-file permissions cmd windows-task-scheduler