Match each Windows administrative tool on the left with its primary management function on the right.
- Event ViewerReviewing system, application, and security event logs to diagnose operational errors.
- Services Console (services.msc)Configuring background processes to start automatically, manually, or be disabled upon system startup.
- Task SchedulerAutomating scripts or maintenance programs to execute at specific times or upon system events.
- Performance MonitorTracking real-time and historical system resource usage counters such as CPU, memory, and disk activity.
Answer
Event Viewer matches reviewing log files; Services Console matches managing background process startup types; Task Scheduler matches executing automated routines based on triggers; Performance Monitor matches collecting system counter telemetry.
Each administrative tool is correctly aligned with its standard Windows administrative function. Event Viewer manages logging, Services handles background service execution modes, Task Scheduler handles automated script triggers, and Performance Monitor tracks telemetry counters.
Step-by-Step Solution
Key Concept
Windows Administrative snap-ins each perform specialized system management tasks, such as logging, service lifecycle management, task automation, and metrics tracking.