Introduction
In this example, it will describe how to kill other Windows applications like internet explorer, Firefox, etc from LabVIEW. In order to use this example, you will need to know the name of the process that corresponds to the Windows Application. For example, Internet Explorer's process is iexplore and FireFox is firefox.
Steps to Kill a Process
1.) Create the Process constructor to access the running processes.
2.) Get all available Processes on the machine
3.) Convert the References to the Processes names.
4.) Search the array of names for the application to terminate.
5.) Kill the running process if it exists.

Download the VI here.