A user reports that a custom inventory management application freezes and stops responding whenever large database reports are executed. Place the troubleshooting steps in the correct order to identify and resolve the blocking process causing the application freeze.
- 1Open Task Manager using Ctrl + Shift + Esc to check overall CPU and memory metrics and locate the frozen application status.
- 2Launch Resource Monitor from the Performance tab to analyze detailed process threads and queue behaviors.
- 3Right-click the non-responsive application process on the CPU tab and select Analyze Wait Chain.
- 4Terminate the specific blocking process identified in the wait chain tree to resolve the application hang.
Answer
The correct troubleshooting sequence is: 1) Open Task Manager using Ctrl + Shift + Esc to view resource usage, 2) Launch Resource Monitor from the Performance tab, 3) Right-click the non-responsive process and select Analyze Wait Chain, and 4) Terminate the specific blocking process identified in the wait chain tree.
The proper administrative workflow begins with establishing basic process visibility in Task Manager, advancing to Resource Monitor for detailed thread inspection, executing Analyze Wait Chain to discover dependent deadlocks, and finally terminating the blocking process to restore application functionality.
Step-by-Step Solution
Key Concept
Process Wait Chain Analysis in Windows Resource Monitor