It’s called Resource Monitor and has many features (see this article). One of them is a way to troubleshoot programs that don’t respond. Here is how it works:
- Open Resource Monitor by entering “resmon” in the Start-Search bar. Alternatively, open Task Manager ( keyboard shortcut Ctrl+Shift+Esc), and click on the "Performance" tab and then the button "Resource Monitor".
- An example of the window that opens is shown in this figure. In the CPU section of the "Overview" tab, right-click the executable file of the hung application. The listing of the hung application will be colored red.
- The context menu that opens is shown on the right. You can close the hung process from this menu or you can choose the entry “Analyze Wait Chain…” to see what other processes may be interacting with the hung program. If you know that an entry in the wait chain is not crucial you can try ending that process to see if it frees up the hung program. However, take care not to end a process that is vital to system operation. Ending a process here is not permanent, however, and rebooting the computer will normally restart everything.
No comments:
Post a Comment