An open API service indexing awesome lists of open source software.

https://github.com/baiyies/treeview

Windows可视化显示进程树信息。A tool for Windows process tree view
https://github.com/baiyies/treeview

cmd process-tree shell

Last synced: 10 months ago
JSON representation

Windows可视化显示进程树信息。A tool for Windows process tree view

Awesome Lists containing this project

README

          

# TreeView

一个简单工具,在受限的cmd环境下,用来遍历进程树,并可视化显示。

tasklist无法显示父进程id,替代方法是使用wmic process get Name,ParentProcessId,ProcessId

在线体验 https://baiyies.github.io/tools/ProcessTree.html

![image](https://github.com/baiyies/TreeView/blob/main/1.png?raw=true)