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命令

 

相关文章:

  • 2021-12-26
  • 2021-09-02
  • 2021-11-14
  • 2021-10-31
  • 2021-11-01
  • 2022-12-23
  • 2021-12-03
  • 2022-12-23
猜你喜欢
  • 2021-11-20
  • 2022-12-23
  • 2021-11-26
  • 2022-12-23
  • 2022-01-20
相关资源
相似解决方案