windows根据pid来查找程序路径

查看进程名,路径,pid 再配合使用find或findstr就可以查到pid对应的路径了

wmic process get name,executablepath,processid|findstr pid


猜你喜欢

转载自blog.csdn.net/weixin_42341608/article/details/81004255