1

Is there any way to config Windows to show notification just after specific service started?

By notification I mean any solution/way that user get notify when specific service start running.

1 Answers1

1

You can create a schedule task that will be triggered when a specific service starts. When creating the task, you can specify your query (I don't remember if there's a specific event or you need to edit the XML for that).


EDIT: I found this answer that explains how to do it.

arieljannai
  • 3,569
  • 5
  • 24
  • 37