Click to See Complete Forum and Search --> : computer management


tarunk
April 3rd, 2008, 05:53 AM
Hi All,
I have a question about the services which is in the computer management window. Can someone tell me in the registry where exactly is this information stored. For example i am looking for a software that is installed in the services list of the computer management window and i want to see where this software information is stored in the registery editor window?

thanks

Krishnaa
April 3rd, 2008, 06:01 AM
It can be seen at HKLM\System\CurrentControlSet\Services, but thats not the right way to get information about service, there are Win32 APIs to do that,

OpenService (http://msdn2.microsoft.com/en-us/library/ms684330(VS.85).aspx)

CodeGuru: Windows NT Service Manager (http://www.codeguru.com/cpp/w-p/system/ntservices/article.php/c2839/)


CodeGuru: Windows NT Service Manager 2 (http://www.codeguru.com/cpp/w-p/system/ntservices/article.php/c2829/)

tarunk
April 3rd, 2008, 06:09 AM
thankyou Krishnaa