How to add a task from my C# app into scheduled tasks?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am developing my app. I want to creat an installation wizard that would be
able to add a new entry (for my app) into scheduled tasks applet in control
panel.
Is it possible?
 
If you search on codeproject.com I am sure there is an implementation of a
..NET managed wrapper over Task Scheduler that you can use.
Peter
 
Back
Top