查看进程名,路径,pid 再配合使用find或findstr就可以查到pid对应的路径了 wmic process get name,executablepath,processid|findstr pid