Windows xp
-
I would like to make an app that will not allow the user to execute any of the windows xp applications. Does anybody know how to do that? I try to do it by looking all the processes that are running and if there is any non system or any other necessary process, I terminate it with the TerminateProcess function. The problem is when the user try to run the windows explorer. I can't see that process when it is running.
-
I would like to make an app that will not allow the user to execute any of the windows xp applications. Does anybody know how to do that? I try to do it by looking all the processes that are running and if there is any non system or any other necessary process, I terminate it with the TerminateProcess function. The problem is when the user try to run the windows explorer. I can't see that process when it is running.