Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
find and kill process by window title
#1
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.


Messages In This Thread
find and kill process by window title - by jps01 - 02-06-2023, 12:31 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)