Search code examples
windowswindows-7tasklisttlist

Viewing the Process Tree - tlist/tasklist


Starting with windows xp, the tlist command was replaced by the tasklist command.

The old tlist command had the option \t, which permitted to query parent/child process relationship.

Does a similar option exist in tasklist?

Thank you


Solution

  • I think you want this:

    tasklist /SVC
    

    If this is not helpful then I recommend Process Explorer. It is a program which shows all parent and child processes.

    This is the official link: http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx