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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top