Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 347 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 347 Bytes

ProcTree

Displays process tree of a process on the console. Prints each tree node as soon as all details for the node are gathered instead of loading complete tree first and printing the tree at the end. Uses native API calls instead of WMI to be efficient.

Usage

ProcTree <processName>

E.g.: ProcTree services

alt text