Assume I have a program running with either Admin or SYSTEM privileges. That program will go around repeatedly killing certain other programs in a list. Is there a list of Windows programs that it should not kill?
e.g. it should not kill csrss.exe nor explorer.exe, but it can kill notepad.exe. So I can’t just not kill everything in the System32 directory.