Disable Print Scr in XP for partucular application

  • Thread starter Thread starter sharavan
  • Start date Start date
S

sharavan

How to disable only the print screen key for a particular
application, say for example user should not give a print
screen from Notepad.
Rest applications user should be able to give a print
screen.
 
It cannot be done. Print Screen is system wide feature and works regardless
of application. The only solution would be if application took control of
entire system, but even then it wouldn't work because one could run that
application inside a virtual machine (see www.vmware.com or Microsoft
Virtual PC).

Dusko Savatovic
 
Thanks Dusko,
I found a registry setting which disable the key in XP.
Windows XP - Disable Print Screen
Explanation
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboa
rd Layout] "Scancode
Map"=hex:00,00,00,00,00,00,00,00,04,00,00,00,00,00,2a,e0,00
,00,37,e0,00,00,54,00,00,00,00,00
· In little edian format
· 0000 0000 0000 0000 => header
· 0400 0000 => number of mapping (include terminator)
· 0000 xxxx => key mapping
· 0000 xxxx
· 0000 xxxx
· 0000 0000 => terminator
 
That's great Sharavan,

I didn't know about that key.

Dusko

Thanks Dusko,
I found a registry setting which disable the key in XP.
Windows XP - Disable Print Screen
Explanation
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboa
rd Layout] "Scancode
Map"=hex:00,00,00,00,00,00,00,00,04,00,00,00,00,00,2a,e0,00
,00,37,e0,00,00,54,00,00,00,00,00
· In little edian format
· 0000 0000 0000 0000 => header
· 0400 0000 => number of mapping (include terminator)
· 0000 xxxx => key mapping
· 0000 xxxx
· 0000 xxxx
· 0000 0000 => terminator
 

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