How to prevent Windows from running applications???
-
Can anyone give me an idea of some ways to prevent Windows from running applications - all executables??? Thank you in advance... "Needless redundancy is the hobgoblin of software engineering." - Peter Darnell
-
Can anyone give me an idea of some ways to prevent Windows from running applications - all executables??? Thank you in advance... "Needless redundancy is the hobgoblin of software engineering." - Peter Darnell
Which Windows, what EXEs, WTF do you mean man??!!:cool: Details baby, details....**
--BlackSmith--
**/*The roof is on fire, we don't need no water, let the MF burn*/. BHG.
-
Can anyone give me an idea of some ways to prevent Windows from running applications - all executables??? Thank you in advance... "Needless redundancy is the hobgoblin of software engineering." - Peter Darnell
I have wondered this myself and although I have never tried to implement anything I have considered the following as options. 1) Inject some machine code inside each exe calling
PostQuitMessage(0)
2) Iterate the processes currently running using a timer and determine which should run or not. 3) You might be able to prevent users from running applications by clicking desktop icons, I think you would wanna read up on shell extensions for more info on how to do this... Cheers! "An expert is someone who has made all the mistakes in his or her field" - Niels Bohr -
Can anyone give me an idea of some ways to prevent Windows from running applications - all executables??? Thank you in advance... "Needless redundancy is the hobgoblin of software engineering." - Peter Darnell
I would look into replacing the windows loader. That way you can decide who gets loaded, from EXE to DLLs.
Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life!