Shoutbox

Automatic logon to windows xp account - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Automatic logon to windows xp account (/showthread.php?tid=51500)

Automatic logon to windows xp account by zaidgs on 10-07-2005 at 06:51 PM

this page describes how to use automatic logon on windows xp.... but clearly this gets over the point of having a password protected account.... what i want to happen is tht the account is loaded in the background....  somehow like when you pressed (win)+L keys after loading an account.... the account is there running in the background,, and u need a password to get into it,, and you can optionally logon into another account....

is there any built-in, or 3rd party tool that can enable that?! i cannot allow passworded admin account to be there for anyone to use it.... yet i want it to load automatically without the need for a password (as i said, started in a locked state)


RE: Automatic logon to windows xp account by rav0 on 10-08-2005 at 02:35 AM

I guess you could have it logon automatically, and have a program run at logon which will do WinKey+L or it's own kind of protection to stop the account being used, or, not have the account as admin, or not let dodgy people :dodgy: near the computer.


RE: Automatic logon to windows xp account by DragonX on 10-08-2005 at 03:10 AM

I found this lil software on Google, u might want to check it out.

LockGear Pro

I might do what u need :)


RE: Automatic logon to windows xp account by lizard.boy on 10-08-2005 at 02:53 PM

i'd do it by putting adding "rundll32.exe user32.dll,LockWorkStation" to my regestry values for startup in my profile, then log in automatically.

if you want to try it you can make a new text file and put this in it:

code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]

"LockWorkstation"="rundll32.exe user32.dll,LockWorkStation"


and then rename it to LockWorkstation.reg and run it.

RE: Automatic logon to windows xp account by zaidgs on 10-08-2005 at 09:58 PM

the registery trick seems cool,, and the program also does serve the job... but are they easily breakable?! like a key combination to bypass startup entries... or can i rely on them?


RE: Automatic logon to windows xp account by lizard.boy on 10-08-2005 at 10:28 PM

to that extent i dont know, people may get to use your computer untill it gets through all the startup items, it would be my preferred way but not nessisarily the most reliable, i personally dont like running many programs, which to me a lock program would be just using resources.


RE: Automatic logon to windows xp account by zaidgs on 10-08-2005 at 10:39 PM

i do think tht the registery way is much cleaner, bcuz after u lock the machine on startup there is no need for a process to keep running.... also locking the computer didnt give more than few seconds to the user.... but sometimes there are key shortcuts to skip startup items, so im not sure if the startup was designed for security measures!