Question

Difficulty: EasyWindows Administrative and System Management Tools

Match each Microsoft Management Console (.msc) administrative snap-in executable on the left with its primary system administration function on the right.

  • services.mscConfigures background programs and system services to start, stop, or disable automatically.
  • compmgmt.mscConsolidates multiple administrative tools such as Device Manager and Local Users and Groups into a single console.
  • eventvwr.mscDisplays diagnostic information, security audits, and application warning logs.
  • taskschd.mscSchedules automated scripts and maintenance tasks to run at specified times or events.

Answer

services.msc matches configuring background services; compmgmt.msc matches consolidating administrative tools into a single console; eventvwr.msc matches displaying logs; taskschd.msc matches scheduling automated scripts and tasks.
Each executable command opens a specific Microsoft Management Console (.msc) snap-in: services.msc controls background Windows services, compmgmt.msc integrates key local computer administration utilities, eventvwr.msc provides centralized access to system and application event logs, and taskschd.msc automates routine task execution.

Step-by-Step Solution

1
Identify the primary tool executable services.msc.
services.msc opens the Services console.
Services manages startup types and states of background software.
2
Identify the primary tool executable compmgmt.msc.
compmgmt.msc opens Computer Management.
Computer Management bundles key snap-ins like Device Manager and Disk Management into one MMC.
3
Identify the primary tool executable eventvwr.msc.
eventvwr.msc opens Event Viewer.
Event Viewer records diagnostic events, application crashes, and security audit logs.
4
Identify the primary tool executable taskschd.msc.
taskschd.msc opens Task Scheduler.
Task Scheduler manages timed or trigger-based execution of programs.

Key Concept

Windows Administrative Snap-in Executables (.msc)
Rate this question