What does SCM do

 Posted by deccansoft on 9/23/2010 | Category: C# Interview questions | Views: 1597


SCM is Windows Service Control Manager. Its responsibilities are as follows:
Accepts requests to install and uninstall Windows services from the Windows service database.

To start Windows services either on system startup or requested by the user.

To enumerate installed Windows services.

To maintain status information for currently running Windows services.

To transmits control messages (such as Start, Stop, Pause, and Continue)
To available Windows services.

To lock/unlock Windows service database.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response