Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • This option sounds the most promising so far... but I need to do more than just stop, start, and pause the service. I need to be able to send the service specific commands to make it do other stuff, and send commands to retrieve data from the service... Can ServiceController do this? Commented Feb 20, 2009 at 1:07
  • +1 This is probably the best idea imo. In my case, All of the settings for my services are stored in an xml document. My services all run on timers and each time the event triggers, it checks the settings file. Commented Apr 27, 2009 at 18:03