答案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,那么还有任务列表