A desktop support technician is troubleshooting a Windows 11 workstation where a specialized inventory reporting application frequently becomes unresponsive and displays 'Not Responding' in the title bar during data exports. The technician opens Resource Monitor to analyze the application's performance and process status. Which TWO actions should the technician take to diagnose thread dependencies and resolve the unresponsive application state?
- Right-click the unresponsive process in Resource Monitor and select Analyze Wait Chain to determine if it is waiting for another process or thread.Cevap
- BSet the CPU priority of the unresponsive process to Realtime using Task Manager to force the operating system to clear deadlocked threads.
- Select the unresponsive process and choose End Process to force terminate the application and release system resources.Cevap
- DExecute chkdsk /f at an elevated command prompt to clear locked application threads from system RAM.
Cevap
The technician should use the 'Analyze Wait Chain' feature in Resource Monitor to identify resource deadlocks and select 'End Process' (or 'End Task') to terminate the frozen application.
When an application hangs or becomes unresponsive, the 'Analyze Wait Chain' feature in Resource Monitor identifies specific child or parent processes/threads causing a deadlock. Force ending the unresponsive process via 'End Process' (or 'End Task') successfully terminates the stalled instance and frees trapped system resources.
Adım Adım Çözüm
Anahtar Kavram
Using Resource Monitor Analyze Wait Chain and Process Termination for Windows Application Hangs