Perintah untuk menampilkan proses yang berjalan di Windows PowerShell

Get-Process

#To check for a particular process or application use the command below;

Get-Process -Name "totally_not_malicious"
Chris Nzoka-okoye