TaskScheduler
TaskScheduler copied to clipboard
Provides a .NET wrapper for the Windows Task Scheduler. It aggregates the multiple versions, provides an editor and allows for localization.
error MSB3321: Importing key file "C:\Users\Desktop\TaskScheduler-master\TaskScheduler-master\Microsoft.Windows.TaskScheduler.pfx May I please know how to resolve this issue?
**Describe the bug** The error occurs in the domain environment. When a task is logged on a remote computer using the Invoke-Command in powershell. The task registers with an interactive...
Is there anyway to unit test and mock core classes in this framework without using Moles like framework? Wondering if developers has any plans to introduce Interfaces for TaskService, TaskFolder,...
I'm trying to use the `TaskEditor` in one of my UWP projects. Unfortunately I'm unable to do this, because the library depends on `System.Windows.Forms`.
**Describe the bug** Using this library to create a task from powershell or C# on a French OS results in the following error. This error message is generated from powershell...
**Describe the bug** After creating a task to run for one user (with highest privileges), it will run for that user. But if you log in as another user, it...
I recently struggled with an access denied message trying to remotely manage tasks using the local administrator account of the remote machine. I had the firewall turned off and tried...
Trying to run the scheduler from a system service, as the idea is to start an executable, yet by some reason it doesnt create a new task: The local username...
I haven't used it yet but I'm happy to be the 1,000th star on this repo! Congrats to you. --- 
**Describe the bug** I'm using the TaskService constructor without any user or password, so it's supposed to use the current user account. The library is not working since the update...