A few ways:
You can use tasklist
, wmic process list
(on most Windows machines), or get-process
if you are using Powershell.
A few ways:
You can use tasklist
, wmic process list
(on most Windows machines), or get-process
if you are using Powershell.