Hey all,
i need to find a way to get information about services startup time on each startup of the operating system.
i believe there is some log or something that has this data.
For Example, Event ID 101 compares the current startup time of each service to the average time:
And created an Event if the current startup time of the service is longer then the average time.
So, that means that both the average and the current startup time are stored somewhere.
Any idea?
Thanks.