Quantcast
Channel: Task Scheduler Managed Wrapper
Browsing all 2206 articles
Browse latest View live
↧

New Post: How to get the last run time of a specific task

The path needed by the GetTask method is the full folder hierarchy plus the task name. When looking in the system Task Scheduler applet, on systems Vista or later you will see a set of folders just...

View Article


New Post: Error: "Access is denied HRESULT: 0x80070005 (E_ACCESSDENIED)" when...

Hi dahall I found out that delegation was disabled on the server making the request. For this reason, the impersonated user was not carried on to the other server when making the request (since this is...

View Article


New Post: Taskscheduler file access problem in Windows Server 2012

Hello, I am writing an application that uses taskscheduler and when I run it on Windows Server 2012, the program that is being run from scheduler is unable to access files that it is using (a...

View Article

New Post: Taskscheduler file access problem in Windows Server 2012

Windows 8 and Server 2012 run the same updated library from Microsoft. There are some new security considerations. Check the following links for more information. If I had to guess, it sounds like the...

View Article

Updated Wiki: Home

Project DescriptionThis project provides a wrapper for the Windows Task Scheduler. It aggregates the multiple versions, provides an editor and allows for localization.Microsoft introduced version 2.0...

View Article


Updated Wiki: Home

This project provides a wrapper for the Windows Task Scheduler. It aggregates the multiple versions, provides an editor and allows for localization.Main LibraryMicrosoft introduced version 2.0...

View Article

New Post: Crash on Edit Task using TaskEditDialog

Hi, I've been using the Task Scheduler wrapper and TaskEditDialog in a project - and its mostly working great - thanks for the work on it. Have an issue that may be caused by my code but I cant get to...

View Article

New Post: Crash on Edit Task using TaskEditDialog

I think the problem is that you are using the 'using' statement in your creation and get methods which close the connection to the system COM server at the end of the 'using' clause. When you call the...

View Article


Image may be NSFW.
Clik here to view.

New Post: Create Task at LogOn

I need to create a Task at LogOn which repeats after every 1 hr and should Run whether UserLogged On or Not also should run with Highest Privileges and it should run for the first time as soon as it...

View Article


New Post: Create Task at LogOn

OKie I was able to create a Task and execute at time of Task Creation Two Things which I'm missing is 1.Setting task as "Run Task Whether User is logged In or NotI checked after the interval the "Next...

View Article

New Post: Create Task at LogOn

Your logic doesn't work. You can't have a LogonTrigger that is able to run when the user is not logged on. What is the requirement? Is it that you need a task to run using a specific user's credentials...

View Article

New Post: Crash on Edit Task using TaskEditDialog

Hi Dahall, Apologies for the late reply - just back to work today and have tried your suggestion and it works! I had assumed the task service instance did not need to be the same one when getting the...

View Article

New Post: doesn't show all tasks on win 2003

hi TaskService doesn't show all tasks on Windows 2003. I couldn't figure out why some tasks do show and some do not. the code ispublic void ShowTasks() { using (var service = new TaskService()) {...

View Article


New Post: doesn't show all tasks on win 2003

looks like it fails to show tasks which names end with .com. Seems like a bug.

View Article

New Post: Hung Scheduled Task Won't Stop

The same scenario has happened to me once before. I haven't found a solution other than the restart of service. Mind it's only happened once so haven't given it more time, will let you know if I do.

View Article


New Post: doesn't show all tasks on win 2003

I'll look into how I can work around this bug in the native library in the wrapper. I really like this idea of being able to enumerate all tasks regardless of folder. I hope you don't mind if I add...

View Article

New Post: doesn't show all tasks on win 2003

I'm seeing a similar problem when trying to access tasks on a remote server 2008. It only returns the first task from server 2008, but works fine for server 2003. Any thoughts?

View Article


Source code checked in, #91248

* Updated to version 2.2.1 * Corrected problem with task enumeration under V1 * Added XML support to NamedValues * Added AllTasks enumeration property to TaskService and TaskFolder

View Article

New Post: doesn't show all tasks on win 2003

I think I have corrected the problem here and the changes are in the latest source code and will be included in the 2.2.1 release.

View Article

New Post: doesn't show all tasks on win 2003

awesome. Seems to be fixed. what's the planned release date?

View Article
Browsing all 2206 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>