Windows 下用命令查看某个进程的父进程

wmic process where Name="进程名.exe" get ParentProcessId

wmic process where ProcessId=PID get ParentProcessId

    原文作者:zhangatm
    原文地址: https://blog.csdn.net/zhangatm/article/details/80762591
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞