Link to home
Start Free TrialLog in
Avatar of frkaomaya
frkaomaya

asked on

hide app from CTRL-ALT-DEL list

How can I hide app from CTRL-ALT-DEL list?
ASKER CERTIFIED SOLUTION
Avatar of rwilson032697
rwilson032697

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
Avatar of Madshi
Madshi

Raymond is right, however, it works only with win95/98. I hope that's what you need?

Regards, Madshi.
Avatar of frkaomaya

ASKER

Thanks.
You can use this one to hide your application from the Ctrl+Alt+Del dialog.
const RSP_SIMPLE_SERVICE     = 1;
      RSP_UNREGISTER_SERVICE = 0;
function RegisterServiceProcess(dwProcessID,dwType: DWORD) : DWORD;