html tool

2017年6月13日星期二

windows查找父进程ppid

问题:
windows如何定位pid的ppid

参考:

http://ifung.net/pc/261.html

wmic process where Name="chrome.exe" get ParentProcessId

tasklist |find "3604"

or
wmic process where ProcessPid="2230" get ParentProcessId

没有评论:

发表评论