Preventing app shutdown

  • Thread starter Thread starter Mantorok
  • Start date Start date
M

Mantorok

Hi all

Is there any way to prevent a user from closing down an application (via
task manager)?

Thanks
Kev
 
Is there any way to prevent a user from closing down an application (via
task manager)?

No.

If the application is a Windows Service, only administrators will be able
to shut it down though (but a Windows Service can not have a UI).

There might be some security settings in Windows that could prevent certain
groups of users from using the task manager. Your network administrator
might be able to configure that.
 

Thanks, thought as much.
If the application is a Windows Service, only administrators will be
able to shut it down though (but a Windows Service can not have a UI).

There might be some security settings in Windows that could prevent
certain groups of users from using the task manager. Your network
administrator might be able to configure that.

Unfortunately some of these users are domain administrators....

Thanks
Kev
 
Back
Top