QZLin

Powershell Get-Process get started process

使用-PassThru参数,Start-Process就会传回process

$proc = Start-Process ping -Args "1.1.1.1" -NoNewWindow -PassThru

posted on 2023-11-04 12:27  QZLin  阅读(10)  评论(0编辑  收藏  举报

导航