我用这个命令netstat -ano|findstr "43545"查询端口占用时,得到的PID是28324,kill时却出现9600,我要是想直接通过43545端口查询PID为9600的进程号怎么查?或通过28324查父PID怎么查?
相关问题
- Is there an event or something i can use when a sh
- run powershell script from anywhere
- Error : Can' t connect to X11 window server us
- DialogResult can be set only after Window is creat
- jQuery - Detect if element height is bigger than w
相关文章
- window端口父进程PID查询
- Can you get the parent GTK window from a widget?
- How can I position the window's position on st
- How to get the user login/logoff time by Python fo
- Possible to open iPhone Safari and target a specif
- Getting selected item in active window
- Images are blurred in ImageList with ListView in w
- How to show system menu of a file in C#
资源监视器就能看到占用端口的进程,没必要用CMD
已找到答案,使用命令查找:
wmic process where ProcessId=8072 get ParentProcessId