Launching the Scheduled Task Wizard programmatically

G

Guest

Is there a way for my .Net application to lauch the Windows Scheduled Task
Wizard? I know there are the ITask APIs to create tasks directly. But is
there a way for my application to launch the Wizard itself so that the user
can schedual the event however they want?
 
J

John Timney \( MVP \)

Never tried it but I expect you could just shell it using process.start()
 
G

Guest

I looked into this. Using task manager, I discovered that the Schedued Task
Wizard doesn't run in it's own process but rather in the explorer.exe
process. I can't find a way to start it as it's own process.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top