Windows系统下查看某一进程下所有线程的dos命令

时间:2022-05-26 23:11:15
Windows系统下查看某一进程下所有线程的dos命令

1、查看进程

pslist或 tasklist

Windows系统下查看某一进程下所有线程的dos命令

注:若出现“pslist不是外部或内部命令,也不是可运行的程序....”,需要去TechNet官网下载psTools(链接https://technet.microsoft.com/zh-cn/),然后将解压后的pslist.exe复制到C:\Windows\System32文件夹下。

2、查看某一进程下的所有线程

pslist -dmx pid号

Windows系统下查看某一进程下所有线程的dos命令