-
Genius.
2009-11-23 13:42:40 UTC by llamallama
-
i have made a .zip file which contains the above files, so that anybody may use them. it is located here: http://hotfile.com/dl/18256508/230659b/ahkbtprox.zip.html.
2009-11-22 05:34:27 UTC by messageman3
-
you could always use autohotkey for the locking and unlocking...
i have three scripts: lock.exe:
#InstallKeybdhook
#UseHook
BlockInput on
c:\windows\system32\scrnsave.scr /s
return
:*?b0:password::
BlockInput off
#UseHook off
Exit
return
unlock.bat:
@echo off
taskkill /im lock.exe
move.exe
and move.exe:
MouseMove...
2009-11-22 02:40:17 UTC by messageman3
-
These may also be helpful
http://msdn.microsoft.com/en-us/library/dd979761(VS.85).aspx
http://msdn.microsoft.com/en-us/magazine/cc163489.aspx.
2009-11-02 19:23:44 UTC by llamallama
-
May I post a link that may help you allow this to happen?
[Calling CreateProcessAsUser from service][1]
[1]: http://social.msdn.microsoft.com/forums/en-US/windowssecurity/thread/31bfa13d-982b-4b1a-bff3-2761ade5214f/#404082.
2009-11-01 22:37:24 UTC by llamallama
-
Sorry, to say, but it cannot unlock windows machine.
2009-10-31 19:08:39 UTC by urk
-
In the 1.3.5 version you offer a release command, but what is the command to unlock Windows?.
2009-10-29 13:31:30 UTC by llamallama
-
I have WIDCOMM 5.5.0.7800. BtProx can't find my phone which is paired and seen by windows. Should I remove this stack and use windows xp's.
2009-10-21 18:52:46 UTC by https://www.google.com/accounts
-
BtProx doesn't unlock at all. It is programatically impossible to unlock a PC using the windows lock.
However, I did [this][1] for working around, maybe you can use it.
[1]: http://www.autoitscript.com/forum/index.php?showtopic=103560&st=0&p=733537&fromsearch=1&#entry733537.
2009-10-09 21:51:06 UTC by level20peon
-
found a workaround - changed Countdown to 0 so it locks instantly without sound.
But still no luck with the unlocking...
2009-10-09 21:44:43 UTC by stoinov