powershell关闭进程,powershell查询进程,ps获取进程名称,进程ID
在windows中, 我们写powershell脚本, 会用到获取系统进程名称,进程ID等信息, 或者使用powershell把进程结束掉, 下面来讲讲怎么实现… 一、 powershell查询进程 使用 get-process 可以获得当前的所有进程, 包括进程名称,进程ID, get-process -name 'note*'[详细]
阅读 835 发布时间:2020-05-23