Just as a suggestion, what I did to fix (get around) this problem is to use a registry change to disable the need for Ctrl-Alt-Del in order to login. My users like it better too, since they don't like doing that either. I know there are arguements from Microsoft for the use of Ctrl-Alt-Del, but I put that risk as very very very low. Basically I've got many more concerns that are worth much more of my time and effort than a Ctrl-Alt-Del concern, so I just turn it off. I do like that they have made it easier to turn it off in Vista and Windows 7 through dialog boxes though, but I wrote a .reg file that does it quicker and easier. Here is the contents of the .reg file:Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system]
"DisableCAD"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DisableCAD"=dword:00000001