Re: disable the Print Screen function
- From: sb1920alk <sb1920alk.3faf7d@xxxxxxxxxxxxx>
- Date: Sat, 6 Sep 2008 04:14:02 +0530
Anteaus;3481247 Wrote:
This seems to work OK:--------------------
[Autoit 3.2.8.1 code]
Opt("TrayIconHide", 1)
HotKeySet("{PRINTSCREEN}","NoChanceMatey")
do
sleep(1000)
until 0
func NoChanceMatey()
MsgBox(0,"Your devious skuduggery has been detected","You can fool some
of
the IT guys some of the time...",5)
endfunc
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?
--
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
- From: Jim
- Re: disable the Print Screen function
- From: Lanwench [MVP - Exchange]
- Re: disable the Print Screen function
- Prev by Date: RE: Column: MVP Barb Bowman's Introduction to Windows XP Service P
- Next by Date: Please help.....apparently im retarded
- Previous by thread: Information request
- Next by thread: Re: disable the Print Screen function
- Index(es):
Relevant Pages
|