3 lines
120 B
PowerShell
3 lines
120 B
PowerShell
Get-CimInstance Win32_Process |
|
|
Where-Object { $_.Name -like "*winws*" } |
|
|
Select-Object -ExpandProperty CommandLine |