How to Disable the Ctrl + Alt + Delete Shortcut

Posted December 15th @ 8:53 pm by m3Rlin

For some reason you may want your program to disable the Ctrl + Alt + Delete shortcut. To do so you can use this code.
!!Note: This code will only work on Windows 9x and ME. This function on Windows NT systems (NT, 2000, XP or Vista) will have NO effect.

uses
Windows;

procedure DisableCtrlAltDel;
var
[...]