답변1
PowerShell은 Get-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을 원하지 않는 경우에도 있습니다.작업 목록