Hi, I am working on a C# based monitoring application mostly using WMI to do the monitoring.
I have a requirement of finding the last start time of a windows service i.e., the exact time when the windows service was started.
Upon further investigation, i found that i can get the windows process details related to a particular windows service. But, still couldn't figure out how to find the last start time..
Please help me on this..... Thnx in advance guys.
I have a requirement of finding the last start time of a windows service i.e., the exact time when the windows service was started.
Upon further investigation, i found that i can get the windows process details related to a particular windows service. But, still couldn't figure out how to find the last start time..
Please help me on this..... Thnx in advance guys.
Comment