BTW: TSRs is a DOS relict and nothing you should even think about when you work under Windows (You do work under Windows, don't you?)
Main Topics
Browse All TopicsHi all,
I would like to disable Ctrl, Alt, Delete and function keys. I know that this would be possible by using a TSR in C. But how?
This is really urgent and any help would be appreciated.
Thanks,
Abbas
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Control-Alt-Delete - Enable/Disable
To Enable or Disable the CTRL+ALT+DELETE Sequence
1. Click Start, click Control Panel, and then click User Accounts.
2. Click the Advanced tab.
3. In the "Secure logon" section, select or clear the "Require users to press Ctrl+Alt+Delete" check box.
If you want to set up a requirement for a user to press CTRL+ALT+DEL before the classic logon is displayed, in the same manner as it behaves on Windows XP Server:
1. Click Start/Run/Regedit, and then click OK.
2. Select the Winlogon subkey at the following registry location:
HKEY_LOCAL_MACHINE\Softwar
3. Click Edit, click New, and then click "DWORD value".
4. Change the value name to "DisableCAD" (without the quotes) and press ENTER.
5. Keep the data value set to 0 which is displayed as 0x00000000(0).
If the Welcome screen is enabled, the computer can be locked if you press CTRL+ALT+DELETE (to open Task Manager), and then click Lock Computer or click Switch User on the Shut Down menu.
Control, Alt, Delete Process Explained and Key Commands
Control-Alt-Delete - Use Crtl + Alt + Delete to Restart the Computer
Normally when you press Ctrl + Alt + Delete the Windows task list is displayed. Using this tweak the key combination will instead reboot the computer. Open the SYSTEM.INI file found in the Windows directory using Notepad.
Under the [386Enh] section create or modify the value named "KybdReboot". Set the value to equal "True" to cause the system to reboot on the key combination or "False" to show the task list. For example:
[386Enh]
KybdReboot=False
Restart Windows for the change to take effect.
see in the link below for more details
http://www.kellys-korner-x
Business Accounts
Answer for Membership
by: griesshPosted on 2005-08-20 at 15:09:35ID: 14716968
Hi contactabbas,
com/downlo ad/b/7/b/b 7b59bf4-f5 85- 4f74-b3 42-251e9b0 75115/msgi na.doc
The Ctrl+Alt+Del functionality is embedded in the msgina.dll. To change that behavior you have to replace msgina.dll with your own. Check this white paper from M$:
http://download.microsoft.
=====
Werner