How can I completely disable the keyboard using c++ in windows? And by completely disable I mean so even Ctrl+Alt+Delete doesn\'t work. I di
You could use BlockInput function. But it doesn't block CTRL + ALT + DEL.