Author Topic: Kill multiple processes at once  (Read 1165 times)

CrispyCritter86

  • Guest
Kill multiple processes at once
« on: February 12, 2019, 03:07:08 PM »
I play Elite in VR. Trying to see if there is a way to utilize my VoiceAttack to close multiple processes at once to give more power to my PC for VR. For instance, every time I restart my PC it automatically will bring up Adobe services, blah blah blah. How do I find out their exact names to use the "stop a process by name" feature in VA?

Exergist

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 405
  • Ride the lightning
Re: Kill multiple processes at once
« Reply #1 on: February 12, 2019, 03:16:18 PM »
You can string a series of these actions into a single command:


You can also launch a script from VA that contains code to kill processes: https://stackoverflow.com/questions/1790340/how-to-terminate-a-process-in-vbscript

Or you can create an inline function to kill processes.