New Post: TriggerEditDialog StartBoundary is not showing correct format
Yes, please try the 2.5.22 release that was just pushed 2 days ago.
View ArticleCommented Issue: Windows 2008 R2 Server - unhandled exception [12432]
```TaskEditDialog ted = new TaskEditDialog(dct, true, true);try { ted.ShowDialog();```On Windows 2008 R2 Server, logged in as an Administrator, when the ShowDialog() call exits (but before it hits the...
View ArticleCommented Issue: Windows 2008 R2 Server - unhandled exception [12432]
```TaskEditDialog ted = new TaskEditDialog(dct, true, true);try { ted.ShowDialog();```On Windows 2008 R2 Server, logged in as an Administrator, when the ShowDialog() call exits (but before it hits the...
View ArticleCommented Issue: Windows 2008 R2 Server - unhandled exception [12432]
```TaskEditDialog ted = new TaskEditDialog(dct, true, true);try { ted.ShowDialog();```On Windows 2008 R2 Server, logged in as an Administrator, when the ShowDialog() call exits (but before it hits the...
View ArticleCommented Issue: Windows 2008 R2 Server - unhandled exception [12432]
```TaskEditDialog ted = new TaskEditDialog(dct, true, true);try { ted.ShowDialog();```On Windows 2008 R2 Server, logged in as an Administrator, when the ShowDialog() call exits (but before it hits the...
View ArticleNew Post: TriggerEditDialog StartBoundary is not showing correct format
That works, thank you very much!
View ArticleNew Post: Passing arguments to a powershell script
Hey, I want to run powershell.exe to run a script. But the script in turn takes arguments. How do I achieve this ? this doesnt...
View ArticleNew Post: Passing arguments to a powershell script
I've used this format in the past with success:myTask.Actions.Add("powershell.exe", $"-NoLogo -NonInteractive -WindowStyle Hidden -File \"{scriptFilePathWithNoQuotes}\" {MyStringArgs}",...
View ArticleNew Post: Help Creating a difficult, maybe impossible, one time task
I'm trying to use your plug to create a one-time task that will delete a folder owned by the user running this program when the PC boots before it logs in. This means the task has to run before login...
View ArticleClosed Unassigned: .NET Core [12455]
Any plans to support this?Comments: Microsoft has exposed the native Task Scheduler via COM interfaces and this library simply wraps them. .NET Core 1.0 and 1.1 do not support COM interop. Microsoft...
View ArticleClosed Issue: Windows 2008 R2 Server - unhandled exception [12432]
```TaskEditDialog ted = new TaskEditDialog(dct, true, true);try { ted.ShowDialog();```On Windows 2008 R2 Server, logged in as an Administrator, when the ShowDialog() call exits (but before it hits the...
View ArticleClosed Unassigned: Add framework 4.5 compilation [12436]
Hello,Can include a Framework 4.5 version compilation? I have some references errors in 4.5.2 version.Thanks
View ArticleClosed Unassigned: TaskEditDialog okBtn_Click results in...
The task edit dialog seems to produce an error dialog when the user creating or updating the task does not have the correct permissions to do so on the system. The following is the exception that...
View ArticleNew Post: Help Creating a difficult, maybe impossible, one time task
Boot triggers require that the task is registered by a member of the Administrators group and have the user's password. I haven't tested the following, but try this:// Create a new task definition for...
View ArticleNew Post: Bug Win10 Incorrect XML Value
I'm trying to get a task description in the scheduler (RegistrationInfo.Description) That's what I get.http://i.imgur.com/2DFvBiq.png
View ArticleNew Post: Bug Win10 Incorrect XML Value
The exception is general enough that I really can't tell the cause. Will you post your code that is causing the exception, including the string you are assigning to the property?
View ArticleNew Post: Bug Win10 Incorrect XML Value
TaskService ts = new TaskService(); Task task = ts.GetTask(Path); TaskDefinition taskDefinition = task.Definition; var output = taskDefinition.RegistrationInfo.Description; Win10 v1607, Task Scheduler...
View ArticleNew Post: Problems with Windows 10. Tasks are scheduled, repetitions is...
It's a must for windows 10: set start date and time to be in future (near future, just 1 minute), task will be triggered and will repeat at specific interval.
View ArticleNew Post: Encounter WnfStateChangeTrigger error
Hi, I've encounter WnfStateChangeTrigger error while trying to access task's Definition property in windows server 2016 XML property from the task's object<?xml version="1.0"...
View Article