AutoHotkey Community

It is currently May 27th, 2012, 6:43 am

All times are UTC [ DST ]




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
PostPosted: August 1st, 2011, 11:41 am 
Offline

Joined: April 4th, 2009, 9:59 am
Posts: 130
1Aug2011
Greetings.
Yesterday I worked out how to incorporate KeyboardLocker
KBL into the scripts of mine that previously "locked" the computer
with BlockInput (which of course can be undone with Alt-Ctrl-Del).

AHK can generate "random" un/lock passwords
(that of course I would know - knowing the "algorithm") and
launch KBL with these passwords via the KBL command line; e.g.,
Code:
Lock = A_DD*A_MM*A_YYYY
unL = (A_DD*A_MM*A_YYYY)/2
Run, KeyboardLock.exe -autolock -l %Lock% -u %unL%, Programs\KeyboardLock

So far KBL seems reliable, effective and flexible ...
KBL does not disable the screen,
so my screensaver script can invoke KBL without disabling the screensavers ...


Report this post
Top
 Profile  
Reply with quote  
PostPosted: August 3rd, 2011, 9:03 pm 
Offline

Joined: September 15th, 2009, 1:14 am
Posts: 562
Location: Tempe, Arizona
Is there any reason you don't use the standard windows lock screen?
I just send Win+L and it'll lock my screen for me...
But each to their own I guess... I just like using built in features instead of adding programs to bloat my system.

_________________
Disclaimer: I'm not an expert by any means; I just try to help out where I can.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: August 5th, 2011, 9:19 am 
Offline

Joined: April 4th, 2009, 9:59 am
Posts: 130
AEN007 wrote:
1Aug2011
AHK can generate "random" un/lock passwords
KBL does not disable the screen,
so my screensaver script can invoke KBL without disabling the screensavers ...


Moderator's Note: Thread is now locked due to recent uncivil responses. ~ sinkfaze


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group