I'm trying to fight viruses on extremely badly-infected machines. These are Windows 8 machines running 10-20 processes that need to be forced to quit.
Unfortunately, because the viruses auto-execute at login, they force the machine into 'not responding' so frequently that almost all interaction with the UI (such as task manager) is impossible.
I know I can use taskkill via Command Prompt to kill a single process, forcefully. I can even make it kill multiple iterations of the same executable.
But what I want is something that can kill ALL running processes, except those which are essential to Windows (E.g. the ones that say 'Access is Denied' when you try to force them to quit)
Any ideas would be very welcome.