I would like to know if there is any app for safely management of windows services. Thank you

link|improve this question
Define "Safely Management"? Like services.msc? – Chris_K Dec 30 '09 at 15:10
Well...I think yes. Sorry for the trouble. – Ricardo Dec 30 '09 at 15:19
feedback

2 Answers

up vote 0 down vote accepted

The best management tool for Windows services is in my opinion the one that is built into Windows. Hit the Windows Key + R on your keyboard to bring up a run command, and then enter "services.msc" to open up the service console. From the console you can start/stop/enable/disable an service that is currently installed on the OS.

Is there a particular function that you are looking to perform on a service?

link|improve this answer
Thanks! Sorry for the trouble, i was dumb on this one. And yes, there is one service i want to re-activate, i found it. Again, thanks. – Ricardo Dec 30 '09 at 15:20
feedback

If you are looking to actualy monitor and/or restart services automatically you might want to check out Service Hawk.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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