Re: Disable the Comination Keys Strokes in C#



I'd love to forward your message to my managers and VPs here, but I know they
would not read it and it would likely result in my unemployment. :)

"Peter Duniho" wrote:

On Sun, 24 Aug 2008 09:24:06 -0700, jp2msft
<jp2msft@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

Imagine having Machines out on the floor and an application you wrote
keeps
someone from accidentally getting killed. [...]

All due respect, if you've got a machine that keeps someone from getting
killed, Windows isn't the right operating system. Neither is Linux, Mac
OS, or Unix for that matter.

For less critical applications, but where it's still important to keep
users from meddling, there are certain techniques that apply. But they
generally involve not giving the user access to the application (the
critical parts run as a service, for example) or to the input device (not
providing a keyboard, for example). The Ctrl-Alt-Del combination is
particular difficult-to-impossible to block in software, because it has a
very special, high-priority-override meaning in Windows. If Windows
provided an approved mechanism for disabling or otherwise diverting that
key combination, it could cause serious security issues when that
mechanism was used by malicious software.

Some of the other combinations might be interceptable by keyboard hooks or
the like, but even there one should tread cautiously. It's practically
never the correct solution for one application to hijack the operating
system's normal UI behavior.

Pete

.



Relevant Pages

  • Re: MS Windows Software Removal Tool -- How to use!!
    ... The Malicious Software Removal Tool (MSRT) just downloads, ... The latest version of the MSRT is automatically downloaded and run when you download/install the monthly Windows Updates. ... The tool is available from Microsoft Update, Windows Update and the Microsoft Download Center. ...
    (microsoft.public.windowsxp.general)
  • Re: Windows Malicious Software Removal Tool??????
    ... Starting from January 11th, 2005, Microsoft will provide Windows ... customers with Malicious Software Removal Tools. ... malicious software that is found to be prevalent for that month. ...
    (microsoft.public.windowsxp.basics)
  • Re: KB890830 ?
    ... Starting from January 11th, 2005, Microsoft will provide Windows ... customers with Malicious Software Removal Tools. ... malicious software that is found to be prevalent for that month. ...
    (microsoft.public.windowsxp.general)
  • Re: Malicious software removal tool & Live One Care
    ... MSRT, OneCare, Defender, and Forefront all use a similar database. ... Families Cleaned by the Malicious Software Removal Tool: ... The Microsoft Windows Malicious Software Removal Tool helps remove specific, prevalent malicious software from computers that are running Windows Vista, Windows Server 2003, Windows Server 2008, Windows XP, or Windows 2000: ...
    (microsoft.public.security)
  • Re: Update KB890830
    ... The Microsoft Windows Malicious Software Removal Tool helps remove ... Windows Vista, Windows Server 2003, Windows XP, or Windows 2000 ... When you download the tool from the Microsoft Download ...
    (microsoft.public.windowsupdate)

Loading