leon2 -
You cannot disable the ctrl-alt-del on Windows NT as it's what's called the Secure Attention Sequence, and is processed by the hardware in conjunction with the operating system. Your code will NEVER EVER see it. If ordinary application code could disable this, NT would no longer be secure, and thus couldn't pass the goverment's C2 security program (something Microsoft is very proud of).
Chip H.