Auto Login to a specific account

Mu online season 21 - grand opening

MiloFoxburr

LOMCN VIP
VIP
Mar 23, 2003
7,276
207
350
Dublin, Ireland
Ok this should be simple for you lot Wanna make my laptop log onto my account automatically when system starts theres currently only one account that can be selected when you get to the login screen so its annoying having to select it every time

Followed some of the guides google gave me but none of em do the trick or I missing stuff they say I should have

If I do

Start Run control userpasswords2
And untick the user must enter a password blah blah blah option on the screen that pops up it logs into the admin account which isnt the account I want it to log onto

Thanks
Milo
 

Far

tinmymouthpl0x
Staff member
Administrator
May 19, 2003
20,683
34
3,288
520
which setup of login are you using? welcome screen or not?

if your using the welcome screen and only have 1 user + no password it shld auto logon to that one.
 

Miles

LOMCN VIP
VIP
Mar 27, 2003
1,195
0
213
I'm not sure about this but its worth a try.

Make sure that there is only one account and that theres no password.

Make 100% sure that the "guest" account is disabled - i think that this might make the difference.

If that doesn't work then i suggest a hammer.

/Miles
 

Salad

Dedicated Member
Dedicated Member
Jan 21, 2006
200
0
42
Woodley, Reading
Miles said:
I'm not sure about this but its worth a try.

Make sure that there is only one account and that theres no password.

Make 100% sure that the "guest" account is disabled - i think that this might make the difference.

If that doesn't work then i suggest a hammer.

/Miles

think the hammer option is more along the lines of making a mess on the floor ;)
 

Dataforce

LOMCN VIP
VIP
Apr 15, 2003
2,080
0
263
Code:
Windows Registry Editor Version 5.00

;-------------AUTOLOGON---------------------------------------------------------
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DefaultUserName"="username"
"DefaultPassword"="password"
"AutoAdminLogon"="1"
"ForceAutoLogon"="1"
"DontDisplayLastUserName"="1"

Thats the reg entry i use on my unattended CD todo stuff.
 

MiloFoxburr

LOMCN VIP
VIP
Mar 23, 2003
7,276
207
350
Dublin, Ireland
Cheers Kaori needed TweakUI to remove the shortcut icon but couldnt remember name of program

DF your tricked worked ^_^ however I didnt have a "ForceAutoLogon"="1" option But autoadminlogin worked :)