Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Vista Newsgroups > Vista account administration

Administrator vs Administrator

Closed Thread
 
Thread Tools Display Modes
Old 10-22-2006   #1 (permalink)
Dan Anderson
Guest


 

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\Winlogon
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~~

Old 10-22-2006   #2 (permalink)
Jerry P
Guest


 

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...
> 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\Winlogon
> 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~~


Old 10-23-2006   #3 (permalink)
Marty Felker
Guest


 

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...
>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\Winlogon
>> 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~~

>


Old 10-24-2006   #4 (permalink)
kreed
Guest


 

Re: Administrator vs Administrator


"Marty Felker" <martinfelker@hotmail.com> wrote in message
news:efHLRVy9GHA.2408@TK2MSFTNGP05.phx.gbl...
> 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\Winlogon
>>> 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


Old 10-24-2006   #5 (permalink)
Jerry P
Guest


 

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...
>
> "Marty Felker" <martinfelker@hotmail.com> wrote in message
> news:efHLRVy9GHA.2408@TK2MSFTNGP05.phx.gbl...
>> 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\Winlogon
>>>> 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
>
>


Old 10-24-2006   #6 (permalink)
kreed
Guest


 

Re: Administrator vs Administrator


"Jerry P" <alpha7878@comcast.net> wrote in message
news:97B1E36E-9E2D-4EFF-9E0E-E3AF12F80FDE@microsoft.com...
> Just read the post here, and you might learn.....kudos........
>
> "kreed" <NOTkreed22a@btopenworld.com> wrote in message
> news:186dnW0727cxF6PYRVnygw@bt.com...
>>
>> "Marty Felker" <martinfelker@hotmail.com> wrote in message
>> news:efHLRVy9GHA.2408@TK2MSFTNGP05.phx.gbl...
>>> 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\Winlogon
>>>>> 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


Closed Thread

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Account 'NAMED' Administrator vs. 'administrator rights' question FireBrick Vista installation & setup 1 4 Weeks Ago 08:02 AM
Program will not run as administrator, forced as administrator UejYi System Security 5 12-18-2007 07:55 AM
If I am logged in as administrator why don't programs run as administrator vista? RoaringLambs Vista General 6 06-13-2007 06:17 PM
Cannot Perform Administrator Tasks but I'm an Administrator Watson349 Vista General 1 06-05-2007 11:06 PM
System Administrator vs. Application Administrator Dave R. Vista account administration 1 02-13-2007 08:20 AM








Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

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