In legacy versions of Windows (95, 98, ME) life was easier...
http://support.microsoft.com/kb/161133

In XP you can use GINA to do it (don't know about 2K):
http://msdn.microsoft.com/en-us/library/aa375457(v=VS.85).aspx

I couldn't find a solution for Vista and 7 though... maybe you could hook
the winlogon process, which is the one that receives the notification, but
that's risky at best.

On Fri, Oct 29, 2010 at 7:15 AM, Alec Bennett <whatyouloo...@yahoo.com>wrote:

> I'm working on a kiosk application, and am trying to prevent people from
> breaking out of our interface with Windows shortcut keys.
>
> Using pyHook I've managed to block the Windows keys, control keys and alt
> keys, but ctrl-alt-delete still works.
>
> This thread suggests that the combination is allowed to pass because of a
> guideline in the Windows SDK, and that it may be possible to modify the
> pyHook C extension:
>
>
> http://sourceforge.net/apps/mediawiki/pyhook/index.php?title=PyHook_Tutorial
>
> Any tips on doing that?
>
> Or some other way to block these keys?
>
>
>
> _______________________________________________
> python-win32 mailing list
> python-win32@python.org
> http://mail.python.org/mailman/listinfo/python-win32
>



-- 
HONEY: I want to… put some powder on my nose.
GEORGE: Martha, won’t you show her where we keep the euphemism?
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to