wmic process where caption="java.exe" get processid,caption,commandline /value
tasklist /fi "imagename eq java.exe"
image.png
tasklist | findstr "java"
image.png
netstat -aont | findstr "24572 " > c:\2001.log
image.png
wmic process where caption="java.exe" get processid,caption,commandline /value
tasklist /fi "imagename eq java.exe"
image.png
tasklist | findstr "java"
image.png
netstat -aont | findstr "24572 " > c:\2001.log
image.png
本文标题:windows下查看java进程
本文链接:https://www.haomeiwen.com/subject/wfeedktx.html
网友评论