Good people, my problem is this: I have a process called gdc.exe
. If a user has this process open and another user logs on to the machine and tries to run the program that generates this same process, it can not open the program. I need a .bat
or a script that kills all open processes with this name, not only on the user you are using (preferably not requiring administrative direct), but on all who are logged on to the machine. I already looked around but did not find anything that would help me.