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
- Host: GitHub
- URL: https://github.com/baiyies/treeview
- Owner: baiyies
- License: mit
- Created: 2024-11-26T10:47:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-26T11:02:32.000Z (over 1 year ago)
- Last Synced: 2025-02-12T12:45:56.562Z (about 1 year ago)
- Topics: cmd, process-tree, shell
- Language: HTML
- Homepage: https://baiyies.github.io/tools/ProcessTree.html
- Size: 106 KB
- 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
