dos进程

dos查看某个被监听端口的进程 netstat -ano | findstr "port" 查看进程运行位置 wmic process where processid=3744 kill进程 taskkill /f /pid  3744 /f表示强制
相关文章
相关标签/搜索