A user reports that their Windows 10 PC is running slowly after they installed a new program. You need to identify which service or startup program is consuming the most CPU resources to troubleshoot the issue. Which administrative tool should you use?
Trap 1: Event Viewer
Event Viewer logs system events but does not show real-time CPU usage per process.
Trap 2: Services.msc
Services.msc manages Windows services but does not display real-time CPU usage.
Trap 3: Performance Monitor
Performance Monitor can track performance over time but is overkill for a quick check of current CPU usage.
- A
Event Viewer
Why wrong: Event Viewer logs system events but does not show real-time CPU usage per process.
- B
Task Manager
Task Manager's Processes tab shows CPU, memory, and disk usage for each running process, allowing you to pinpoint the culprit.
- C
Services.msc
Why wrong: Services.msc manages Windows services but does not display real-time CPU usage.
- D
Performance Monitor
Why wrong: Performance Monitor can track performance over time but is overkill for a quick check of current CPU usage.