Logging users off if they shutdown a given application

G

Guest

I need to configure my computers so that a certain application gets launched
automatically when they logon and if they attempt to shut the application it
either does not close or it logs the user off the machine. I would prefer it
prompt the user to confirm they want to do this instead of just loosing all
their work or just configure it so it cannot be closed. The company has a
programmer custom building this application (SQL based) and trying to stay
ahead of the call to test. If anyone has done this in the past I would
appreciate any help.

Thanks,
 
G

Guest

aja44 said:
I need to configure my computers so that a certain application gets launched
automatically when they logon and if they attempt to shut the application it
either does not close or it logs the user off the machine.

http://mylogon.net

Use in kiosk mode, optionally app will restart if stopped, or machine will
shutdown.

An "are you sure" dialog would have to be produced by the app itself, since
MyLogon can only detect the app's process closing, it can't prevent that
happening. If you've a custom program that should be no problem though.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top