A user is unable to print to a network printer after a Windows update. Other users on the same network can print successfully. Which Windows tool should you use to view detailed error messages related to the print spooler service?
Trap 1: Device Manager
Device Manager shows hardware status and driver versions but does not log service errors or detailed failure messages.
Trap 2: Services.msc
Services console lets you start, stop, and configure the print spooler, but it does not provide detailed error logs.
Trap 3: Performance Monitor
Performance Monitor tracks system performance counters, not service-specific error messages.
- A
Device Manager
Why wrong: Device Manager shows hardware status and driver versions but does not log service errors or detailed failure messages.
- B
Services.msc
Why wrong: Services console lets you start, stop, and configure the print spooler, but it does not provide detailed error logs.
- C
Event Viewer
Event Viewer records print spooler errors and warnings, making it the correct tool for troubleshooting the cause of the failure.
- D
Performance Monitor
Why wrong: Performance Monitor tracks system performance counters, not service-specific error messages.