PrcView is a process viewer utility that displays detailed information about the processes running under Windows. Among other things, it gives you the full list of DLL’s for each running process including full path and version information for each loaded module and shows memory, threads, DLL-usage for every process. It also comes with a command line version that allows you to write scripts to check if a process is running, kill a process and do much more.
Our Review: PrcView is similar to the thread manager; it displays processes and associated threads and applications, but goes far more into detail such as PIDs, priorities, number of threads, module useage, type (16 vs 32 bit) and its original location. You can alter its priority, or kill it off (both nicely and with brute-force). There are so many things PrcView can do; perfect for any person looking for rouge threads eating away at their system.