Window uses cmd to view commands such as port occupancy, corresponding processes, killing processes, etc.

Method 2: Use the command to kill the process
1> first find the process name corresponding to the process number
tasklist|findstr process number

tasklist|findstr "process name"

 

2> Then kill the process based on the process name

taskkill  /pid  7592

 

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326678424&siteId=291194637