Free Extended Task Manager adds a few useful features to the Windows Task Manager. The tool does not have as many functions as Process Explorer or Process Hacker, but it could be particularly useful if you are having performance problems and want to quickly find the culprit.
- Poll: How reliable are ChatGPT and Bing Chat? - Tue, May 23 2023
- Pip install Boto3 - Thu, Mar 24 2022
- Install Boto3 (AWS SDK for Python) in Visual Studio Code (VS Code) on Windows - Wed, Feb 23 2022
If your computer behaves sluggishly, then there are usually three possible causes: An application occupies too many CPU resources, needs too much RAM, or keeps your hard disk busy. Free Extended Task Manager tool adds a third graph to the Performance tab that displays the disk input/output activity. This way, you'll see all three important parameters (CPU usage, RAM usage, Disk I/O) at a glance.
Once you know which of the three parameters is affected, you can hover with the mouse over the corresponding chart. Extended Task Manager will then display the process that occupies most of the resources.
Another interesting feature is the "freeze function". It allows you to stop a process without terminating it. As soon as you resume the process, it will just continue where it stopped. Thus, if an application demands too many resources at an inconvenient moment, you can just freeze it and let it continue once you have finished your work. A typical example is if a backup program keeps your hard disk so busy that the whole system performance is affected. However, I am not sure if all applications will like such rude intervention.
I also like the features that enable you to determine by what process a file has been locked. Locked files can't be deleted or moved, which can be annoying at times. Free Extended Task Manager can display all files locked by a selected process and it can find all processes locking a specified file.