| View previous topic :: View next topic |
| Author |
Message |
Gdup Guest
|
Posted: Tue Oct 13, 2009 2:28 am Post subject: Would this be possible? (lock/unlock computer) |
|
|
I've toyed with this, but I haven't really seen any way to do it well. I would like to be able to lock the computer and have it unlockable via a random password that is generated after it is locked, and then revealed when it is time to unlock the computer
in other words...the computer would lock, and say, "enter your password", and the computer may have even already generated the password, but it would hide it for some period of time until the computer was to be unlocked, and only then it would display the password on the screen, and anyone could type it in and unlock it....
..........any thoughts?
[Title edited. Please write descriptive titles for your topics. ~jaco0646] |
|
| Back to top |
|
 |
Z_Gecko Guest
|
Posted: Tue Oct 13, 2009 3:22 am Post subject: |
|
|
| i doubt that you can show anything on the screen, while windows is locked. |
|
| Back to top |
|
 |
Nom
Joined: 24 Jun 2009 Posts: 16
|
Posted: Tue Oct 13, 2009 4:03 am Post subject: |
|
|
Iffy at best and if you choose a random password I bet you'll be sorry eventually.
This doesn't work, I suppose AHK is suspended, too bad or it would be easy to lock the computer with a random password (you're screwed if you loose power):
| Code: | WinWaitActive, Unlock Computer
WinSetTitle, Unlock Computer with password "qwerty" |
You could paste the new password into the wallpaper of the current desktop, once again you're screwed if the computer reboots unless you have your wallpaper in the root where you can access it from another computer.. but then there are ways...
[/code][/quote] |
|
| Back to top |
|
 |
Leef_me
Joined: 08 Apr 2009 Posts: 5336 Location: San Diego, California
|
Posted: Tue Oct 13, 2009 7:39 am Post subject: |
|
|
| Quote: | | ..........any thoughts? | Maybe you need a little less computer  |
|
| Back to top |
|
 |
wooly_sammoth
Joined: 12 May 2009 Posts: 634 Location: Gloucester UK
|
Posted: Tue Oct 13, 2009 8:43 am Post subject: |
|
|
Instead of locking the computer you could try setting a full page splash image and use BlockInput.
to a user this has the same effect as locking the computer as they can't see what's going on and can't control it.
You also avoid not being able to get the password as Windows and AHK will be running all the time. |
|
| Back to top |
|
 |
TestPilot
Joined: 26 Jun 2007 Posts: 52
|
Posted: Tue Oct 13, 2009 12:28 pm Post subject: |
|
|
| Buy Vista and apply Parental Control feature, simple, reliable, and admin(you) could log in anytime while kids only be able to use it in time frames YOU set. Sure, you would also need to add BIOS password and disable any boot devices except hard drive, but it would be almost bulletproof. |
|
| Back to top |
|
 |
n-l-i-d Guest
|
Posted: Tue Oct 13, 2009 12:32 pm Post subject: |
|
|
| Quote: | | Buy Vista and apply Parental Control feature, simple, reliable, and admin(you) could log in anytime while kids only be able to use it in time frames YOU set. Sure, you would also need to add BIOS password and disable any boot devices except hard drive, but it would be almost bulletproof. |
If someone has physical access to the computer, none of the security measures are really safe. If I have a machine physically in front of me, I can get in, no matter what. |
|
| Back to top |
|
 |
TestPilot
Joined: 26 Jun 2007 Posts: 52
|
Posted: Tue Oct 13, 2009 1:27 pm Post subject: |
|
|
| n-l-i-d wrote: | | Quote: | | Buy Vista and apply Parental Control feature, simple, reliable, and admin(you) could log in anytime while kids only be able to use it in time frames YOU set. Sure, you would also need to add BIOS password and disable any boot devices except hard drive, but it would be almost bulletproof. |
If someone has physical access to the computer, none of the security measures are really safe. If I have a machine physically in front of me, I can get in, no matter what. |
Could you break modern encryption without knowing a password? Like 256-bit AES? You must be most genius person in Solar System! BTW, Vista do support full disc encryption. Not sure if home versions support it or just pro/ultima.
And, 99.99% of kids won't be able to get into the computer protected by measures I described above. Which is more then enough for random person out there.
PS. QUOTE:"I can get in, no matter what" - sure, I believe you. You also have 100 000 000 000 dollars on your account...  |
|
| Back to top |
|
 |
NINOH
Joined: 13 Oct 2009 Posts: 21
|
Posted: Fri Oct 16, 2009 3:49 pm Post subject: |
|
|
This may help, all though it is not exactly what you are looking for it sounds like it is comparable.
just add a date/time = kill function to the script
http://www.autohotkey.com/forum/topic34877-15.html[url][/url]
not taking anyone's side or anything but just to add to the argument-the Microsoft "admin" passwords are easily accessible as a backdoor all over Google it gets past Microsoft password protection without a problem. _________________ NINOH = noob in need of help
It is said that "there are no stupid questions only stupid people" At the moment i fill like one of those stupid people. |
|
| Back to top |
|
 |
|