prevent terminate application?

  • Thread starter Thread starter Strahimir Antoljak
  • Start date Start date
S

Strahimir Antoljak

Is it possible to prevent terminate the application (and how). I am aware of
preventing the closing application, but here I mean on more violent cases
when user tries to kill (terminate) the application process in the Windows
Task Manager.

Thanks,
 
Is it possible to prevent terminate the application (and how). I am aware of
preventing the closing application, but here I mean on more violent cases
when user tries to kill (terminate) the application process in the Windows
Task Manager.

No, there's nothing you can do. If you're writing some sort of kiosk
application then your best bet is to use OS policies to prevent the user
from being able to access "dangerous" programs like Task Manager in the
first place.
 
Thanks Jeff,
Strah

--
Strah @ Langan

Jeff Johnson said:
aware

No, there's nothing you can do. If you're writing some sort of kiosk
application then your best bet is to use OS policies to prevent the user
from being able to access "dangerous" programs like Task Manager in the
first place.
 
Back
Top