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.
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.
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.