Question

Difficulty: EasyTroubleshooting Windows Performance and Application Crashes

A technician is troubleshooting a Windows workstation where a desktop productivity application freezes immediately upon launch. What is the correct sequence of steps the technician should take to isolate and resolve the issue?

  1. 1Terminate the unresponsive application process using Task Manager.
  2. 2Inspect the Application log in Event Viewer to identify the faulting module name and error code.
  3. 3Perform a Clean Boot using System Configuration (msconfig) to isolate potential background software conflicts.
  4. 4Repair or reinstall the application software to restore corrupted program files.

Answer

The technician should first terminate the unresponsive process in Task Manager, review the Application log in Event Viewer for faulting module details, execute a Clean Boot to isolate background software conflicts, and finally repair or reinstall the application.
The proper troubleshooting methodology dictates stabilizing the system first by ending the unresponsive process in Task Manager, analyzing historical log data in Event Viewer to pinpoint the faulting module, using a Clean Boot to rule out third-party application interference, and finally repairing or reinstalling the application if corrupted files are confirmed.

Step-by-Step Solution

1
Terminate hung application
System resources are freed and the system returns to an operable state.
Before investigating logs or modifying settings, the active frozen process must be ended.
2
Examine Event Viewer Application logs
Identifies Event ID 1000 and the specific faulting module or DLL.
Reviewing historical crash data provides direct evidence of the crash cause.
3
Perform a Clean Boot via msconfig
Windows boots with only essential Microsoft services running.
Isolates whether the crash is caused by third-party background software or startup items.
4
Repair or reinstall application
Replaces damaged application binaries and registry entries.
Final remediation action to fix corrupted installation files.

Key Concept

Standard Windows Application Crash Isolation Workflow
Rate this question