Query in XPE

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All

I need to block some behaviour of XP Embedded OS while my application is
running.

1. CRTL+ALT+DEL
2. ALT+TAB
3. PRTSCR
4. ALT+PRTSCR

Is it possible to block these operations during Run Time image building.
Kindly revert back asap.

Thanks And Regards
Hussain
 
Hussain,

Unless you want to change keyboard driver you can base you image on Minlogon and most of the key combinations you mentioned won't
work by design.

For not CRTL+ALT+DEL key combinations you can also install a low level keyboard hook to disable the keys. You will have to write a
program for that, through.

KM
 
Search this news group with "CTRL + ALT + DELETE" .There is some
interesting stuff out there.

Regards,
Kesavan
 
Hussain,

Also some things can be disabled trough registry tweaking or by making
custom GINA.

Regards,
Slobodan
 
Back
Top