programing

PowerShell에서 실행 중인 프로세스 목록을 보는 방법

telebox 2023. 10. 29. 19:12
반응형

PowerShell에서 실행 중인 프로세스 목록을 보는 방법

Windows Powershell에서 실행 중인 프로세스 목록(Windows 작업 관리자에서 볼 수 있는 것처럼)을 보려면 어떻게 해야 합니까?

Get-Process 명령은 당신이 찾고 있는 것입니다.

언급URL : https://stackoverflow.com/questions/16352505/how-to-see-a-list-of-running-processes-in-powershell

반응형