I want to make a CyberCafe client which is initially run in full screen and disables Alt+Tab, Window key+Tab and Ctrl+Alt+Del intentionally, but enable it back when the right authorization is given (example: a right user/pass is given or a time based authorization is given).
I have read many times that disabling Ctrl+Alt+Del is only doable using JNI and is not recommended but I really need to disable these only when in full screen.
I hope anyone can help.