Single user, single administrator accounts

Posted: 04-26-2006, 01:47 PM

Currently I have a working image/machine that powers up and runs, no
need to log on (which is useful because I generally don't have a mouse
or keyboard attached to the machine).

Needless to say, things change.

What I would like to do now is have an administrator account (password
required) and a user account (no password required) where the machine
powers up and logs on as the user automatically and without intervention
unless otherwise interrupted by the administrator.

Powering up as the user and the administrator having to log off in order
to log on may also be option.

Does anyone know if or how I could achieve this?

Thanks.

--
Fenster
Reply With Quote

Responses to "Single user, single administrator accounts"

zen master
Guest
Posts: n/a
 
Re: Single user, single administrator accounts
Posted: 04-26-2006, 02:51 PM
if you have included 'users control panel' in your image then it will
be easy to achieve. Just add another user in your runtime image and
modify the following registry values

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon]
"DefaultUserName"=<put the user name you just created here>
"DefaultPassword"=<put the password>
"AutoAdminLogon"=1

note that you must create a password for the user.

Reply With Quote
Fenster
Guest
Posts: n/a
 
Re: Single user, single administrator accounts
Posted: 04-26-2006, 04:21 PM
In message <1146059512.608964.224120@t31g2000cwb.googlegroups .com>, zen
master <master.aikwee@gmail.com> writes
>if you have included 'users control panel' in your image then it will
>be easy to achieve. Just add another user in your runtime image and
>modify the following registry values
>
>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
>NT\CurrentVersion\Winlogon]
>"DefaultUserName"=<put the user name you just created here>
>"DefaultPassword"=<put the password>
>"AutoAdminLogon"=1
>
>note that you must create a password for the user.
>
Thanks for the rapid follow-up but doesn't this mean the user account
requires a password and the administrator account is password-free?

Also, does the AutoAdminLogon setting log the administrator or default
user on automatically?

--
Fenster
Reply With Quote
zen master
Guest
Posts: n/a
 
Re: Single user, single administrator accounts
Posted: 04-26-2006, 05:55 PM
hi, i realize i need to remove the line >"AutoAdminLogon"=1 ... after i
click the post message button.

The key point is
1) Set a password for Administrator
2) Create a user (in non-administrators group), it can be either
passworded or password-free
3) Set the registry key to make the user as the default login

hope this helps...

Reply With Quote
Fenster
Guest
Posts: n/a
 
Re: Single user, single administrator accounts
Posted: 04-27-2006, 07:39 AM
In message <1146070544.873742.34830@t31g2000cwb.googlegroups. com>, zen
master <master.aikwee@gmail.com> writes
>hi, i realize i need to remove the line >"AutoAdminLogon"=1 ... after i
>click the post message button.
>
>The key point is
>1) Set a password for Administrator
>2) Create a user (in non-administrators group), it can be either
>passworded or password-free
>3) Set the registry key to make the user as the default login
>
>hope this helps...
>
....it does, thanks.

--
Fenster
Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
Lost Administrator privileges on single-user computer Friendly-Fellow Windows Vista Administration 1 04-07-2008 09:53 PM
single user has 3 accounts? Eric Windows XP Basics 1 10-01-2003 02:10 AM
Win XP pro single user John Elliott Windows XP Setup 1 09-05-2003 04:30 AM
single user login chance Windows XP New Users 0 08-17-2003 05:55 PM
Single user OZ Windows XP 2 07-10-2003 03:24 AM