问题:
windows如何定位pid的ppid
参考:
http://ifung.net/pc/261.html
or
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
没有评论:
发表评论