Windows命令查看活動連接及根據PID查看運行程序的路徑、程序名等

1、查看活動連接 netstat -na -o   2、根據PID獲得運行程序的路徑及程序名等 wmic process get name,executablepath,processid|findstr 加上PID
相關文章
相關標籤/搜索