Disable LogOff, TaskManager and ShutDown Programmatically using Delphi
Sunday August 24, 2008
in Delphi TIPS :: If you want to hide your program from Windows NT compatibile systems (2000/XP, Vista) you'll need to mess with the registry. The Enable CTRLALTDEL procedure accepts a boolean value for the YesNo parameter. If you send False, after the code has executed, if the user presses ctrl-alt-del, on the Windows Security dialog box, buttons [Task Manager], [Shut Down] and [Log off] will be disabled.
Read the full article to learn how to Disable LogOff, TaskManager and ShutDown Programmatically using Delphi.
Related:


Comments
No comments yet. Leave a Comment