Is there a way to prevent a process from starting?
Maybe a type of hook can do this?
Thanx.
Printable View
Is there a way to prevent a process from starting?
Maybe a type of hook can do this?
Thanx.
Can you give a little more information about what you want?
I think the easiest way to do this is looping, and if it finds the specified process, immediatly kill it :D
Don't you think that there is maybe a type of system hook procedure that monitors a message in the message traffic flow, that tries to start a process, and then see, if the process is something I don't like, then it gulps in the message. (Don't let it through.)
What do you think? Thanx for helping.