02-06-2023, 12:31 PM
Hi
Is there a quick macro equivalent to this power shell command?
powershell -Command "Get-Process | Where-Object {$_.MainWindowTitle -eq 'my title name'} | stop-process"
I looked but I am a bit lost with how to do or if it's possible (I assume it is).
thanks.
Is there a quick macro equivalent to this power shell command?
powershell -Command "Get-Process | Where-Object {$_.MainWindowTitle -eq 'my title name'} | stop-process"
I looked but I am a bit lost with how to do or if it's possible (I assume it is).
thanks.