答案1
PowerShellGet-Process
可以傳回正在執行的進程的PID。
❯ Get-Process explorer
NPM(K) PM(M) WS(M) CPU(s) Id SI ProcessName
------ ----- ----- ------ -- -- -----------
135 218.04 218.04 140.12 34304 3 explorer
❯ (Get-Process explorer).Id
34304
答案2
萬一您不需要 PowerShell,那麼還有任務清單