1
Well, folks, my problem is this: I have a process called gdc.exe
. If a user has this process open and another user logs into the machine and tries to run the program that generates this same process, he cannot open the program. I need a .bat
or a script that kills all open processes with that name, not only on the user you are using (preferably not requiring administrative rights), but on everyone who is logged in to the machine. I’ve looked around but couldn’t find anything to help me.
yeah, I know you can use taskkill, but there is some way to create a bat with the administrator credentials so the user can run when they want?
– Mathi901
@Mathi901 You didn’t ask for this. Edit your question and add this information.
– André Ribeiro
@Mathi901 the problem of creating a bat like this is that anyone can open it and see the admin credentials, and if you create a bat file that can only be run by admin tbm will not solve your problem
– RodrigoBorth
there is no command to at least encrypt the password?
– Mathi901