I\'m working on an app (Written in C#) that have a setting to run on KIOSK mode. I\'ve just an challenge here which is disabling Ctrl+Alt+Del
It is possible to pick up the CTRL+ALT+DEL combination, but not to disable it. I tried to disable it with SetWindowsHookEx and WH_KEYBOARD_LL and you can successfully get notified when CTRL+ALT+DEL is pressed, but you cannot do anything about it.
SetWindowsHookEx
WH_KEYBOARD_LL