New Post: How to disable "stop task if..."
I have tried this with the current build (1.8.3) on both XP and Windows 7 and the control behaves as it should: When the the TaskDefinition.Settings.ExecutionTimeLimit is set to TimeSpan.Zero, the...
View ArticleReleased: Release 1.9 Beta (Sep 14, 2012)
Many bug fixes, full support for Windows 7 and Windows 8 additions to core library, and an enhanced editor to allow editing of all properties, since the 18.3 release. See Source Code for full details...
View ArticleCreated Release: Release 1.9 Beta (Sep 14, 2012)
Many bug fixes, full support for Windows 7 and Windows 8 additions to core library, and an enhanced editor to allow editing of all properties, since the 18.3 release. See Source Code for full details...
View ArticleNew Post: A required privilege is not held by the client Exception from...
Hello, I just found this library and the configuration is great. Unfortunately I get an exception in my Taskservice: Exception from HRESULT: 0x80070522. Any idea? Here is the code: using (TaskService...
View ArticleNew Post: A required privilege is not held by the client Exception from...
At which line in the code is the exception thrown?
View ArticleNew Post: The request is not supported 0x80070032
I'm experiencing exactly the same problem. Trying to create a remote task, the code runs on Win7 32Bit, the destination PC is 2003 Server. Manually I can create a task to run on another computer, all...
View ArticleNew Post: Scheduling a remote task using TaskLogonType.Password results in...
I'm running the following code ts.RootFolder.RegisterTaskDefinition("Test", td, TaskCreation.Create, "domain\\user", "password", TaskLogonType.Password); I get a COMException with the following...
View ArticleNew Post: Scheduling a remote task using TaskLogonType.Password results in...
Can you create the task manually using the desired settings in the Task Scheduler applet under "Start | All Program | Accessories | System Tools"?
View ArticleNew Post: A required privilege is not held by the client Exception from...
The error code suggests that "A required privilege is not held by the client". I would therefore check to make sure that the account you have connected the TaskService with have sufficient privileges...
View ArticleNew Post: How to set the "Run whether user is logged on or not"
How can I set the "Run whether user is logged on or not" option? I would like use this to ensure that a scheduled task run 5min aftet at startup. String strPath; BootTrigger...
View ArticleNew Post: Configure for: Different Dropdowns
Hi - I am using Win 7 and I was wondering why when I create a task through .NET I only have the Configure for: options of 'Windows Vista or Windows Server 2008' and 'Windows Server 2003, Windows XP,...
View ArticleNew Post: Microsoft.Win32.TaskScheduler.dll produces Virus Warnings - Why?
If you check the DLL using e.g. https://www.virustotal.com/, there are warnings like: Ikarus not-a-virus:Monitor.MSIL Kaspersky not-a-virus:Monitor.MSIL.KeyLogger.er Kaspersky (Online)...
View ArticleNew Post: Configure for: Different Dropdowns
In the 1.8.3 version of the library, this dropdown does not exactly match the behavior found in the Task Scheduler applet. In that version of the library, there was no intelligence that would allow a...
View ArticleNew Post: Microsoft.Win32.TaskScheduler.dll produces Virus Warnings - Why?
I can't think of anything in the code that could be interpretted as a keylogger. Nothing in the library even captures keystrokes. I'm baffled. Interesting that only Kaspersky finds a problem. All the...
View ArticleNew Post: Cannot get list of tasks from Windows 2008 Standard R2 Server
Make sure that when you create the TaskService instance, you are not providing "true" for the last parameter of the constructor. This will limit your access to those tasks created with version 1.0 of...
View ArticleNew Post: Microsoft.Win32.TaskScheduler.dll produces Virus Warnings - Why?
I have contacted the antivirus companies and wait for their answers. IKARUS has answered very prompt and already removed the detection from their product (signature from 9/28). I did also find no...
View ArticleNew Post: Microsoft.Win32.TaskScheduler.dll produces Virus Warnings - Why?
Now also Kaspersky has corrected their false alarm, after I contacted them. If you would like your library be completely free from suspicion, you should contact the other anti-virus companies (at virus...
View ArticleSource code checked in, #80132
Upgrade: New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link: http://go.microsoft.com/fwlink/?LinkId=254563
View ArticleNew Post: Cannot get list of tasks from Windows 2008 Standard R2 Server
Thanks you for your reply - still no luck. I tried both passing false and try for Version. Currently the task is set to configure for "Windows Vista, Windows Server 2008". These tasks are not showing...
View Article