Real Geek Forums  

Go Back   Real Geek Forums > Archives > Operating Systems > Windows Vista > Windows Vista Administration

Notices

Reply

Administrator vs Administrator

 

LinkBack Thread Tools Display Modes
Old 10-22-2006, 04:41 PM   #1 (permalink)
Default Administrator vs Administrator

OK....In doing multiple CLEAN installs of Vista (RC1 & RC2) I have
discovered TWO separate ways to enable and use the built-in Administrator
account. What I want to know is what is the difference between these, and
is one of them better to use than the other? Of the two ways, one is VERY
quick and simple and the other is a bit more complex. Here they are:

THE COMPLEX WAY:

Click Start/All Programs/Accessories
Right-Click Command Prompt and choose Run as Administrator
Click Allow on the UAC prompt
In the Command window, type regedit and press enter
Navigate to HKLM\Software\Microsoft\WindowsNT\CurrentVersion\W inlogon
Add a new key at that level called SpecialAccounts
Add a sub-key in SpecialAccounts and call it UserList
Create a 32-bit DWORD value in UserList and call it Administrator and set
the value to 1
X out of the registry editor
In the command prompt window, type WITHOUT the quotes: "net user
Administrator /Active:yes" and press enter
Log Off
When you log back on, the Administrator account will be there.


THE SIMPLE WAY:

Click Start and right-click Computer and choose Manage
Allow the UAC prompt
Click the little arrow to the left of Local Users and Groups to expand
Click Users
In the left-hand pane, double-click Administrator and UN-check the Account
is Disabled box, click Apply and OK
X out of the Computer Management and Log Off
When you log back on, the Administrator account will be there.


CONSIDERATIONS:

When enabling the Administrator account using the COMPLEX method, the
Account is Disabled box that is referred to in the SIMPLE method gets
unchecked automatically.

When enabling the Administrator account using the SIMPLE method, the
registry modifications that are referred to in the COMPLEX method do NOT get
automatically created, yet the Administrator account is still enabled.

So can anyone enlighten me as to the difference between these two methods
and which one, if any, is the preferred way and why?


--
Dan~~

Dan Anderson
Guest
 
Posts: n/a
Reply With Quote  
Old 10-22-2006, 09:56 PM   #2 (permalink)
Default Re: Administrator vs Administrator

I did mine what you call the complex way. Its very simple....

"Dan Anderson" <nikkinik@stny.rr.com> wrote in message
news:7DB8219D-7BFD-4CBF-BB15-080F45EEDBD6@microsoft.com...
Quote:
> OK....In doing multiple CLEAN installs of Vista (RC1 & RC2) I have
> discovered TWO separate ways to enable and use the built-in Administrator
> account. What I want to know is what is the difference between these, and
> is one of them better to use than the other? Of the two ways, one is VERY
> quick and simple and the other is a bit more complex. Here they are:
>
> THE COMPLEX WAY:
>
> Click Start/All Programs/Accessories
> Right-Click Command Prompt and choose Run as Administrator
> Click Allow on the UAC prompt
> In the Command window, type regedit and press enter
> Navigate to HKLM\Software\Microsoft\WindowsNT\CurrentVersion\W inlogon
> Add a new key at that level called SpecialAccounts
> Add a sub-key in SpecialAccounts and call it UserList
> Create a 32-bit DWORD value in UserList and call it Administrator and set
> the value to 1
> X out of the registry editor
> In the command prompt window, type WITHOUT the quotes: "net user
> Administrator /Active:yes" and press enter
> Log Off
> When you log back on, the Administrator account will be there.
>
>
> THE SIMPLE WAY:
>
> Click Start and right-click Computer and choose Manage
> Allow the UAC prompt
> Click the little arrow to the left of Local Users and Groups to expand
> Click Users
> In the left-hand pane, double-click Administrator and UN-check the Account
> is Disabled box, click Apply and OK
> X out of the Computer Management and Log Off
> When you log back on, the Administrator account will be there.
>
>
> CONSIDERATIONS:
>
> When enabling the Administrator account using the COMPLEX method, the
> Account is Disabled box that is referred to in the SIMPLE method gets
> unchecked automatically.
>
> When enabling the Administrator account using the SIMPLE method, the
> registry modifications that are referred to in the COMPLEX method do NOT
> get automatically created, yet the Administrator account is still enabled.
>
> So can anyone enlighten me as to the difference between these two methods
> and which one, if any, is the preferred way and why?
>
>
> --
> Dan~~
Jerry P
Guest
 
Posts: n/a
Reply With Quote  
Old 10-24-2006, 04:31 AM   #3 (permalink)
Default Re: Administrator vs Administrator

Jerry:

Amazing! Where do get get this info. If you figured it outself
yoursel -kudos.

Marty F
"Jerry P" <alpha7878@comcast.net> wrote in message
news:A093303B-2B45-4DF3-A2AA-61A3AE510A9D@microsoft.com...
Quote:
>I did mine what you call the complex way. Its very simple....
>
> "Dan Anderson" <nikkinik@stny.rr.com> wrote in message
> news:7DB8219D-7BFD-4CBF-BB15-080F45EEDBD6@microsoft.com...
Quote:
>> OK....In doing multiple CLEAN installs of Vista (RC1 & RC2) I have
>> discovered TWO separate ways to enable and use the built-in Administrator
>> account. What I want to know is what is the difference between these,
>> and is one of them better to use than the other? Of the two ways, one is
>> VERY quick and simple and the other is a bit more complex. Here they
>> are:
>>
>> THE COMPLEX WAY:
>>
>> Click Start/All Programs/Accessories
>> Right-Click Command Prompt and choose Run as Administrator
>> Click Allow on the UAC prompt
>> In the Command window, type regedit and press enter
>> Navigate to HKLM\Software\Microsoft\WindowsNT\CurrentVersion\W inlogon
>> Add a new key at that level called SpecialAccounts
>> Add a sub-key in SpecialAccounts and call it UserList
>> Create a 32-bit DWORD value in UserList and call it Administrator and set
>> the value to 1
>> X out of the registry editor
>> In the command prompt window, type WITHOUT the quotes: "net user
>> Administrator /Active:yes" and press enter
>> Log Off
>> When you log back on, the Administrator account will be there.
>>
>>
>> THE SIMPLE WAY:
>>
>> Click Start and right-click Computer and choose Manage
>> Allow the UAC prompt
>> Click the little arrow to the left of Local Users and Groups to expand
>> Click Users
>> In the left-hand pane, double-click Administrator and UN-check the
>> Account is Disabled box, click Apply and OK
>> X out of the Computer Management and Log Off
>> When you log back on, the Administrator account will be there.
>>
>>
>> CONSIDERATIONS:
>>
>> When enabling the Administrator account using the COMPLEX method, the
>> Account is Disabled box that is referred to in the SIMPLE method gets
>> unchecked automatically.
>>
>> When enabling the Administrator account using the SIMPLE method, the
>> registry modifications that are referred to in the COMPLEX method do NOT
>> get automatically created, yet the Administrator account is still
>> enabled.
>>
>> So can anyone enlighten me as to the difference between these two methods
>> and which one, if any, is the preferred way and why?
>>
>>
>> --
>> Dan~~
>
Marty Felker
Guest
 
Posts: n/a
Reply With Quote  
Old 10-24-2006, 09:50 PM   #4 (permalink)
Default Re: Administrator vs Administrator


"Marty Felker" <martinfelker@hotmail.com> wrote in message
news:efHLRVy9GHA.2408@TK2MSFTNGP05.phx.gbl...
Quote:
> Jerry:
>
> Amazing! Where do get get this info. If you figured it outself
> yoursel -kudos.
>
> Marty F
> "Jerry P" <alpha7878@comcast.net> wrote in message
> news:A093303B-2B45-4DF3-A2AA-61A3AE510A9D@microsoft.com...
Quote:
>>I did mine what you call the complex way. Its very simple....
>>
>> "Dan Anderson" <nikkinik@stny.rr.com> wrote in message
>> news:7DB8219D-7BFD-4CBF-BB15-080F45EEDBD6@microsoft.com...
Quote:
>>> OK....In doing multiple CLEAN installs of Vista (RC1 & RC2) I have
>>> discovered TWO separate ways to enable and use the built-in
>>> Administrator account. What I want to know is what is the difference
>>> between these, and is one of them better to use than the other? Of the
>>> two ways, one is VERY quick and simple and the other is a bit more
>>> complex. Here they are:
>>>
>>> THE COMPLEX WAY:
>>>
>>> Click Start/All Programs/Accessories
>>> Right-Click Command Prompt and choose Run as Administrator
>>> Click Allow on the UAC prompt
>>> In the Command window, type regedit and press enter
>>> Navigate to HKLM\Software\Microsoft\WindowsNT\CurrentVersion\W inlogon
>>> Add a new key at that level called SpecialAccounts
>>> Add a sub-key in SpecialAccounts and call it UserList
>>> Create a 32-bit DWORD value in UserList and call it Administrator and
>>> set the value to 1
>>> X out of the registry editor
>>> In the command prompt window, type WITHOUT the quotes: "net user
>>> Administrator /Active:yes" and press enter
>>> Log Off
>>> When you log back on, the Administrator account will be there.
>>>
>>>
>>> THE SIMPLE WAY:
>>>
>>> Click Start and right-click Computer and choose Manage
>>> Allow the UAC prompt
>>> Click the little arrow to the left of Local Users and Groups to expand
>>> Click Users
>>> In the left-hand pane, double-click Administrator and UN-check the
>>> Account is Disabled box, click Apply and OK
>>> X out of the Computer Management and Log Off
>>> When you log back on, the Administrator account will be there.
>>>
>>>
>>> CONSIDERATIONS:
>>>
>>> When enabling the Administrator account using the COMPLEX method, the
>>> Account is Disabled box that is referred to in the SIMPLE method gets
>>> unchecked automatically.
>>>
>>> When enabling the Administrator account using the SIMPLE method, the
>>> registry modifications that are referred to in the COMPLEX method do NOT
>>> get automatically created, yet the Administrator account is still
>>> enabled.
>>>
>>> So can anyone enlighten me as to the difference between these two
>>> methods and which one, if any, is the preferred way and why?
>>>
>>>
>>> --
>>> Dan~~
>>
>
Why would you want to do this?
K


kreed
Guest
 
Posts: n/a
Reply With Quote  
Old 10-24-2006, 11:22 PM   #5 (permalink)
Default Re: Administrator vs Administrator

Just read the post here, and you might learn.....kudos........

"kreed" <NOTkreed22a@btopenworld.com> wrote in message
news:186dnW0727cxF6PYRVnygw@bt.com...
Quote:
>
> "Marty Felker" <martinfelker@hotmail.com> wrote in message
> news:efHLRVy9GHA.2408@TK2MSFTNGP05.phx.gbl...
Quote:
>> Jerry:
>>
>> Amazing! Where do get get this info. If you figured it outself
>> yoursel -kudos.
>>
>> Marty F
>> "Jerry P" <alpha7878@comcast.net> wrote in message
>> news:A093303B-2B45-4DF3-A2AA-61A3AE510A9D@microsoft.com...
Quote:
>>>I did mine what you call the complex way. Its very simple....
>>>
>>> "Dan Anderson" <nikkinik@stny.rr.com> wrote in message
>>> news:7DB8219D-7BFD-4CBF-BB15-080F45EEDBD6@microsoft.com...
>>>> OK....In doing multiple CLEAN installs of Vista (RC1 & RC2) I have
>>>> discovered TWO separate ways to enable and use the built-in
>>>> Administrator account. What I want to know is what is the difference
>>>> between these, and is one of them better to use than the other? Of the
>>>> two ways, one is VERY quick and simple and the other is a bit more
>>>> complex. Here they are:
>>>>
>>>> THE COMPLEX WAY:
>>>>
>>>> Click Start/All Programs/Accessories
>>>> Right-Click Command Prompt and choose Run as Administrator
>>>> Click Allow on the UAC prompt
>>>> In the Command window, type regedit and press enter
>>>> Navigate to HKLM\Software\Microsoft\WindowsNT\CurrentVersion\W inlogon
>>>> Add a new key at that level called SpecialAccounts
>>>> Add a sub-key in SpecialAccounts and call it UserList
>>>> Create a 32-bit DWORD value in UserList and call it Administrator and
>>>> set the value to 1
>>>> X out of the registry editor
>>>> In the command prompt window, type WITHOUT the quotes: "net user
>>>> Administrator /Active:yes" and press enter
>>>> Log Off
>>>> When you log back on, the Administrator account will be there.
>>>>
>>>>
>>>> THE SIMPLE WAY:
>>>>
>>>> Click Start and right-click Computer and choose Manage
>>>> Allow the UAC prompt
>>>> Click the little arrow to the left of Local Users and Groups to expand
>>>> Click Users
>>>> In the left-hand pane, double-click Administrator and UN-check the
>>>> Account is Disabled box, click Apply and OK
>>>> X out of the Computer Management and Log Off
>>>> When you log back on, the Administrator account will be there.
>>>>
>>>>
>>>> CONSIDERATIONS:
>>>>
>>>> When enabling the Administrator account using the COMPLEX method, the
>>>> Account is Disabled box that is referred to in the SIMPLE method gets
>>>> unchecked automatically.
>>>>
>>>> When enabling the Administrator account using the SIMPLE method, the
>>>> registry modifications that are referred to in the COMPLEX method do
>>>> NOT get automatically created, yet the Administrator account is still
>>>> enabled.
>>>>
>>>> So can anyone enlighten me as to the difference between these two
>>>> methods and which one, if any, is the preferred way and why?
>>>>
>>>>
>>>> --
>>>> Dan~~
>>>
>>
> Why would you want to do this?
> K
>
>
Jerry P
Guest
 
Posts: n/a
Reply With Quote  
Old 10-25-2006, 12:45 AM   #6 (permalink)
Default Re: Administrator vs Administrator


"Jerry P" <alpha7878@comcast.net> wrote in message
news:97B1E36E-9E2D-4EFF-9E0E-E3AF12F80FDE@microsoft.com...
Quote:
> Just read the post here, and you might learn.....kudos........
>
> "kreed" <NOTkreed22a@btopenworld.com> wrote in message
> news:186dnW0727cxF6PYRVnygw@bt.com...
Quote:
>>
>> "Marty Felker" <martinfelker@hotmail.com> wrote in message
>> news:efHLRVy9GHA.2408@TK2MSFTNGP05.phx.gbl...
Quote:
>>> Jerry:
>>>
>>> Amazing! Where do get get this info. If you figured it outself
>>> yoursel -kudos.
>>>
>>> Marty F
>>> "Jerry P" <alpha7878@comcast.net> wrote in message
>>> news:A093303B-2B45-4DF3-A2AA-61A3AE510A9D@microsoft.com...
>>>>I did mine what you call the complex way. Its very simple....
>>>>
>>>> "Dan Anderson" <nikkinik@stny.rr.com> wrote in message
>>>> news:7DB8219D-7BFD-4CBF-BB15-080F45EEDBD6@microsoft.com...
>>>>> OK....In doing multiple CLEAN installs of Vista (RC1 & RC2) I have
>>>>> discovered TWO separate ways to enable and use the built-in
>>>>> Administrator account. What I want to know is what is the difference
>>>>> between these, and is one of them better to use than the other? Of
>>>>> the two ways, one is VERY quick and simple and the other is a bit more
>>>>> complex. Here they are:
>>>>>
>>>>> THE COMPLEX WAY:
>>>>>
>>>>> Click Start/All Programs/Accessories
>>>>> Right-Click Command Prompt and choose Run as Administrator
>>>>> Click Allow on the UAC prompt
>>>>> In the Command window, type regedit and press enter
>>>>> Navigate to HKLM\Software\Microsoft\WindowsNT\CurrentVersion\W inlogon
>>>>> Add a new key at that level called SpecialAccounts
>>>>> Add a sub-key in SpecialAccounts and call it UserList
>>>>> Create a 32-bit DWORD value in UserList and call it Administrator and
>>>>> set the value to 1
>>>>> X out of the registry editor
>>>>> In the command prompt window, type WITHOUT the quotes: "net user
>>>>> Administrator /Active:yes" and press enter
>>>>> Log Off
>>>>> When you log back on, the Administrator account will be there.
>>>>>
>>>>>
>>>>> THE SIMPLE WAY:
>>>>>
>>>>> Click Start and right-click Computer and choose Manage
>>>>> Allow the UAC prompt
>>>>> Click the little arrow to the left of Local Users and Groups to expand
>>>>> Click Users
>>>>> In the left-hand pane, double-click Administrator and UN-check the
>>>>> Account is Disabled box, click Apply and OK
>>>>> X out of the Computer Management and Log Off
>>>>> When you log back on, the Administrator account will be there.
>>>>>
>>>>>
>>>>> CONSIDERATIONS:
>>>>>
>>>>> When enabling the Administrator account using the COMPLEX method, the
>>>>> Account is Disabled box that is referred to in the SIMPLE method gets
>>>>> unchecked automatically.
>>>>>
>>>>> When enabling the Administrator account using the SIMPLE method, the
>>>>> registry modifications that are referred to in the COMPLEX method do
>>>>> NOT get automatically created, yet the Administrator account is still
>>>>> enabled.
>>>>>
>>>>> So can anyone enlighten me as to the difference between these two
>>>>> methods and which one, if any, is the preferred way and why?
>>>>>
>>>>>
>>>>> --
>>>>> Dan~~
>>>>
>>>
>> Why would you want to do this?
>> K
>>
>>
>
Still doesn't tell me why. None of it seems particularly COMPLEX or CLEVER.
Do you not think it might be setup this way for a reason?
K


kreed
Guest
 
Posts: n/a
Reply With Quote  
Reply

Tags
None

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


Similar Threads

Thread Thread Starter Forum Replies Last Post
administrator log on intrass Windows Vista Administration 6 07-27-2006 12:45 PM
administrator ned sokoloff Windows XP Basics 10 11-26-2003 11:41 PM
can't log in as administrator shan Windows XP New Users 1 08-16-2003 06:01 PM
Administrator gone Guy Dillen Windows XP Basics 5 07-25-2003 09:27 PM
xp administrator rod Windows XP Security & Administration 3 07-11-2003 10:20 AM


All times are GMT. The time now is 02:31 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright © 2005 - 2007 RealGeek.com. All rights reserved.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90