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
[...]
Merlin’s Delphi Forge