I would like to disable the system Sleep key that is found on modern keyboards. I tried overriding the WM_SYSKEYDOWN event, but somehow this key still makes it through and puts the system to sleep. Is there another way to disable this key?
Alternatively, is there a way I can abort a system shutdown that is in progress?
Alternatively, is there a way I can abort a system shutdown that is in progress?