Multiple choice technology architecture

What actions can you accomplish using the Services Control Manager?

  1. Changing service descriptions

  2. Creating service installation projects

  3. Starting and stopping services

  4. Uninstalling services

Reveal answer Fill a bubble to check yourself
A,C Correct answer
Explanation

The Services Control Manager (services.msc) allows you to start, stop, pause, and resume services, and change service properties like descriptions and startup types. However, it cannot create installation projects (that requires Visual Studio) or uninstall services (that requires installutil /u or an .msi). It's for managing already-installed services.