I should not display certain context menu options if one process is not running?. I am checking if the process is running or not using the process name.
But the iss
Using WMI to interrogate instances of Win32_Process allows you to check the fullpath of the running processes for a match on the one you need to see.