PDA

View Full Version : How to know when services got stopped


ppend
Feb 23, 2009, 12:26 AM
Hi,

I am connecting Remote system.in the Remote system I am connecting the services.msc

Services.msc having somany services running... so I want to know how many time in

Aweek one service is stopped or started..

Please help for this...

Thanks,
Pradeep.

Perito
Feb 24, 2009, 06:10 AM
1. Right-cilck on "My Computer" and select manage.
2. Under "System Tools", click the "+" icon if it's not already expanded.
3. Under "Event Viewer", click the "+" icon to open the event viewer subclasses.
4. There are a number of items under this, services are under the "System" entry. Sort by "Source" (click at the top of the "Source" column) and look for "Service Control Manager". You can look through the entries by double-clicking on one and using the arrows to go through the list.

It's not going to be easy because of the large number of events that log there. You can save the events in a text file and look through that.