Is there any way to block the control key in java. I have looked and looked but I have not found any way to do it thanks in advance
Asked
Active
Viewed 352 times
0
-
3[Disable the Ctrl-Alt-Delete event through Java program](http://stackoverflow.com/questions/2616341/disable-the-ctrl-alt-delete-event-through-java-program) ? – Perdomoff Feb 09 '16 at 01:44
1 Answers
1
There is no way to block CTRL+ALT+DELETE. In any way, shape or form. It is an absolute guarantee against hacking.

Andreas
- 154,647
- 11
- 152
- 247