Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

windows kill pid

1
2
3
4
> wmic process where "caption = 'java.exe' and commandline like '%server-1.properties%'" get processid
ProcessId
6016
> taskkill /pid 6016 /f
Source by kafka.apachecn.org #
 
PREVIOUS NEXT
Tagged: #windows #kill #pid
ADD COMMENT
Topic
Name
1+4 =