Ecosyste.ms: Awesome
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: 24 days ago
JSON representation
Windows可视化显示进程树信息。A tool for Windows process tree view
- Host: GitHub
- URL: https://github.com/baiyies/treeview
- Owner: baiyies
- License: mit
- Created: 2024-11-26T10:47:56.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-26T11:02:32.000Z (about 2 months ago)
- Last Synced: 2024-11-26T11:46:13.312Z (about 2 months ago)
- Topics: cmd, process-tree, shell
- Language: HTML
- Homepage: https://baiyies.github.io/tools/ProcessTree.html
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)