Link to home
Start Free TrialLog in
Avatar of rakeshkalra
rakeshkalra

asked on

Diabling 'alt+tab' and 'ctrl+alt+del' ...

How can I disable and enable 'alt+tab' and 'ctrl+alt+delete' in windows 95 and in windows NT?

Avatar of rakeshkalra
rakeshkalra

ASKER

Sorry for the spelling mistake. I mean "disabling" instead of "diabling" in the title.
Use the Ctrl2Cap sample (by Mark Russinovich).
http://www.sysinternals.com/c2cap95.htm (for Win95)
http://www.sysinternals.com/ctrl2cap.htm (for WinNT)
The example that you have said is a VxD. It has been developed using DDK. I want to use only windows API and MFC. If i am not clear please let me know. There is an undocumented API "SystemParametes" which enables or disables "alt+tab" and "ctrl+alt+delete", but I don't know how to use it. I am looking for something similar or easier way to do it.
There is no way to do that by the API functions.
ASKER CERTIFIED SOLUTION
Avatar of Jackie071497
Jackie071497

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks !

Can you tell me how to do it in windows NT?