QZLin

2023年11月4日 #

Powershell Get-Process get started process

摘要: 使用-PassThru参数,Start-Process就会传回process $proc = Start-Process ping -Args "1.1.1.1" -NoNewWindow -PassThru 阅读全文

posted @ 2023-11-04 12:27 QZLin 阅读(10) 评论(0) 推荐(0) 编辑

导航