vote up 1 vote down star

I want to figure out when the services was start up and terminated. Are there any kind log file about it?

flag

67% accept rate
could be programming related if OP needs to add code to a service to enable logging. – Dennis Palmer Jul 1 at 6:27
or may its his own service :) – Umair Ahmed Jul 1 at 7:04

2 Answers

vote up 0 vote down check

Take a look at the System log in Windows EventViewer (eventvwr from the command line).
You should see entries with source as 'Service Control Manager'. e.g. on my WinXP machine,

Event Type: Information
Event Source:   Service Control Manager
Event Category: None
Event ID:   7036
Date:   	7/1/2009
Time:   	12:09:43 PM
User:   	N/A
Computer:   MyMachine
Description:
The Background Intelligent Transfer Service service entered the running state.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
link|flag
vote up 1 vote down

The most likely place to find this sort of information is in the event viewer (under Administrative tools in XP or run eventvwr) This is where most services log warnings errors etc.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.