Recent content by pekzz alex

  1. P

    kill processes one by one using .bat

    I want to kill process "example.exe" one by one or two at a time to eventually get 0 "example.exe" processes and loop check if there's any "example.exe" processes every minute , if there is - terminate them/it. Right now I'm using this :TASKKILL TASKKILL /F /IM WerFault.exe ping 1.1.1.1 -n 1...