How To Prevent Processes From Starting?
Posted
by Rob P.
on Stack Overflow
See other posts from Stack Overflow
or by Rob P.
Published on 2010-05-31T07:47:41Z
Indexed on
2010/05/31
7:52 UTC
Read the original article
Hit count: 130
I'm toying around with a very simplistic sort of process-monitor. Currently, it gets a list of the running processes and attempts to kill any process that is not white-listed.
What I'm looking for is a way to prevent a process from starting that isn't on the white-list. If that's possible. My knowledge level in this area is pretty non-existent and my Google-fu only returns websites discussing Process.Start() :(
Can anyone point me in the right direction?
© Stack Overflow or respective owner