Page 1 of 1

How to create a process that can not be closed ?

PostPosted: October 10th, 2009, 1:54 pm
by warfighter


How to create a process that can not be closed ?
Example Code ?

Bye

Re: How to create a process that can not be closed ?

PostPosted: October 11th, 2009, 11:51 pm
by warfighter
?????????????

Re: How to create a process that can not be closed ?

PostPosted: October 12th, 2009, 7:36 am
by Kambiz
I guess there is no answer to your question.

Re: How to create a process that can not be closed ?

PostPosted: October 14th, 2009, 3:04 pm
by warfighter
is not possible to create a "critical system process" ?

Re: How to create a process that can not be closed ?

PostPosted: October 14th, 2009, 3:55 pm
by Kambiz
As I know, you cannot create a process that cannot be closed.

However, you can create a process that a normal user does not have the privilege to terminate it. For example, you can start the process in another user account.

Re: How to create a process that can not be closed ?

PostPosted: October 20th, 2009, 9:24 pm
by warfighter
Kambiz wrote:As I know, you cannot create a process that cannot be closed.

However, you can create a process that a normal user does not have the privilege to terminate it. For example, you can start the process in another user account.


Example ?

Re: How to create a process that can not be closed ?

PostPosted: October 20th, 2009, 9:29 pm
by Kambiz
Personally, I've never done it.