Windows下進程管理netstat、tasklist和taskkill
列出所有的進程 netstat -ano
查找某一進程的信息 netstat -ano | findstr '333'
殺死進程 taskkill /f /pid 333
查找某一端口的信息 tasklist /fi ″PID eq 788 "
查找某一進程的信息 netstat -ano | findstr '333'
殺死進程 taskkill /f /pid 333
查找某一端口的信息 tasklist /fi ″PID eq 788 "
posted on 2010-02-03 22:20 草原上的駱駝 閱讀(503) 評論(0) 編輯 收藏 所屬分類: Windows