I am writing a such application in which i am need to block/disable the some shortcut keys like
WIN+L, WIN+G , Alt+Ctrl+Del,
ect...
we have already similar questions available on stack overflow but no one provided exact answer.
- Is it possible ?
- How?
I tried using LowLevelKeyboardProc
but no luck, other normal shortcut is blocking like Alt+Tab...