Dear Friends,
How to disable the start,windows task
manager,Ctl+Alt+Del buttons through C#?,
If any one knows please let me know...Any suggestions would be greatly
appreciated.

Thanks,
Dev

Re: Disable Ctl+Alt+Del C# by Herfried

Herfried
Fri Jul 11 08:10:42 CDT 2003

Hello,

"Dev" <rajan_sr99@hotmail.com> schrieb:
> How to disable the start,windows task
> manager,Ctl+Alt+Del buttons through C#?,
> If any one knows please let me know...Any suggestions would be greatly
> appreciated.

Ctrl+Alt+Del is a SAS and cannot be disabled without writing a GINA DLL (in
C++).

Regards,
Herfried K. Wagner
--
MVP · VB Classic, VB .NET
http://www.mvps.org/dotnet



Re: Disable Ctl+Alt+Del C# by Jerry

Jerry
Fri Jul 11 14:04:50 CDT 2003

And, if you did write a GINA to disable the SAS (Secure Attention Sequence)
you wouldn't get any corporate's to install it. Disabling CTRL-ALT-DEL
violates most companies Information Protection policies...

Jerry

"Herfried K. Wagner" <aon.912666908.N.O.S.P.@.M.aon.at> wrote in message
news:%23jrGr36RDHA.3768@tk2msftngp13.phx.gbl...
> Hello,
>
> "Dev" <rajan_sr99@hotmail.com> schrieb:
> > How to disable the start,windows task
> > manager,Ctl+Alt+Del buttons through C#?,
> > If any one knows please let me know...Any suggestions would be greatly
> > appreciated.
>
> Ctrl+Alt+Del is a SAS and cannot be disabled without writing a GINA DLL
(in
> C++).
>
> Regards,
> Herfried K. Wagner
> --
> MVP · VB Classic, VB .NET
> http://www.mvps.org/dotnet
>
>



Disable Ctl+Alt+Del C# by rc

rc
Fri Jul 11 14:13:14 CDT 2003

Don't know if it still works, but I had rename
taskman.exe to something else and taskmanager could not
load anymore. That was tested on Win98...

rc



>-----Original Message-----
>Dear Friends,
> How to disable the start,windows
task
>manager,Ctl+Alt+Del buttons through C#?,
>If any one knows please let me know...Any suggestions
would be greatly
>appreciated.
>
>Thanks,
>Dev
>
>
>.
>

Re: Disable Ctl+Alt+Del C# by Herfried

Herfried
Fri Jul 11 14:57:39 CDT 2003

Hello,

"rc" <rcouture@mail.com> schrieb:
> Actually I just tested it on XP and the system has
> recopied the taskman.exe back into the Windows Directory,
> so i guess the system integrity is harder to screw than
> before. But i also suppose that if you look everywhere
> for that file (taskman.exe and/or taskmgr.exe) and rename
> them all it should do the trick.

AFAIK it's possible to disable the taskmanager by setting an option or
registry key, but this requires a restart and doesn't allow you to get
notified if Ctrl+Alt+Del is pressed.

Regards,
Herfried K. Wagner
--
MVP · VB Classic, VB .NET
http://www.mvps.org/dotnet