does anyone know the contents of a batch file to immediatly and forcefully kill a process xmm.exe? thanks
it would have to have dos that goes into task manager and choose to end the proccess however a macro would be a lot easier to make unless you're proficient in DOS
Download pstools from www.sysinternals.com Then just put in the batch "pskill xmm.exe" This can be used to kill a remote process as well if that is what you need it for.