I'm making a program that will scan threw all the programs the computer is running. Like all of the programs in the "Close Program" dialog (ctrl+alt+del). Once I get the list, I need to get the path of all the exe's for each program, so I can scan threw the file, kind of like a virus scanner does. How would I go about getting the file path's of all the running programs?