When logging into Windows, it says on that page that CTRL-ALT-DEL somehow makes Windows more secure. I have never been able to figure a mechanism where having to press some specific key combination before logging in makes the system more secure. I have never encountered a VMS, UNIX or related system that makes you press any key to log in -- except older terminal-based UNIXes where you press ENTER to get a login prompt.
How does having to press CTRL-ALT-DEL before logging in make Windows more secure?
The Windows (NT) kernel is designed to reserve the notification of this key combination to a single process: Winlogon. So, as long as the Windows installation itself is working as it should - no third party application can respond to this key combination (if it could, it could present a fake logon window and keylog your password ;)
CTRL+ALT+DEL the history
http://www.youtube.com/watch?v=1zADyh0JQh8
Quite a funny and informative clip, actually!
Ctrl-Alt-Del is a Secure Attention Key that helps to prevent login spoofing.
Only programs with the highest operating privileges can hook that interrupt. Since the operating system reserves that privilege level for itself and won't let user programs run at that level, user level programs can't respond to that keystroke.
It's explained in the 'Help' link on the window that tells you to type Ctrl-Alt-Del.
No program running under Windows can hook Ctrl-Alt-Del,
so iff the box is running Windows you can be assured there's no login spoofing. Of course, it's trivial (FSVO "trivial") to spoof a Windows login screen complete with Ooh-Magic-Keys handling, and thus capture username/password pairs, by running Not-Windows.
Thus the answer to the OP's question is, fundamentally, In No Way.
Just something that kinda relates to this:
You can copy the command prompt into the login screen using a LiveCD and start it using the enable sticky keys shortcut (e.g. Shift+Shift+Shift+Shift+Shift). Which is really bad/good depending on how you use it (e.g. You can reset passwords using net user command).
Read more here: http://www.hackforums.net/printthread.php?tid=73864