Answer Posted / swapna
SCM is Windows Service Control Manager. Its
responsibilities are as follows:
1) Accepts requests to install and uninstall Windows
services from the Windows service database.
2) To start Windows services either on system startup or
requested by the user.
3) To enumerate installed Windows services.
4) To maintain status information for currently running
Windows services.
5) To transmits control messages (such as Start, Stop,
Pause, and Continue) to available Windows services.
6) To lock/unlock Windows service database.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe the difference between inline and code behind which is best in a loosely coupled solution?
What is garbage collection and how it works ?
What is alias ? Is it used in .Net ?
Explain About GDI object ?
Explain why do we use msmq?
Explain the process of compilation in .NET?
What is .net environment?
What is a metadata in .net?
Explain me what is encapsulation?
How will you do redo and undo in textbox control?
What is new in .net core?
What is loosely coupled solution in.net?
Explain the difference between garbage collections in .net 4.0 and earlier versions?
Explain the difference between task and thread in .net?
What is shared and repeatable inheritance?