It's possible to change what program is executed when ctrl+alt+del is pressed. The relevant registry key is HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\taskmgr.exe\Debugger
I've also been able to disable it by monitoring open windows every second and killing its process as soon as it appears.