Re: disable the Print Screen function
- From: Mihir <Mihir@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 12 Oct 2008 22:39:00 -0700
Request if you can share stepwise procedure to compile this exe.
"sb1920alk" wrote:
.
sb1920alk;3959255 Wrote:
This is a good start, but it doesn't stop Alt-Print Screen. Also, if
Task Manager is used to end the process, Print Screen works again.
Can the script be altered to prevent one of both of these workarounds?
Got it, you just set another hot key for Alt-PrintScreen as well.
The script can be compiled into an exe file that can be launched with
the user's login script. As long as the program is running, PrintScreen
and Alt-PrintScreen will do nothing. The program will show up on the
Task Manager list, so you should name it something that blends in, like
svchost.exe. Not perfect, but a step in the right direction.
Code:
--------------------
Opt("TrayIconHide",1)
HotKeySet("{PRINTSCREEN}", "DisablePrintScreen")
HotKeySet("!{PRINTSCREEN}", "DisablePrintScreen")
While 1
WEnd
Func DisablePrintScreen()
EndFunc
--------------------
--
sb1920alk
------------------------------------------------------------------------
sb1920alk's Profile: http://forums.techarena.in/members/sb1920alk.htm
View this thread: http://forums.techarena.in/windows-security/897979.htm
http://forums.techarena.in
- Follow-Ups:
- Re: disable the Print Screen function
- From: sb1920alk
- Re: disable the Print Screen function
- Prev by Date: Re: Local Administrator password Auto-Change
- Next by Date: Cartier Pasha Automatic Mens Watch W3107255
- Previous by thread: Re: Local Administrator password Auto-Change
- Next by thread: Re: disable the Print Screen function
- Index(es):
Relevant Pages
|