Is there a way to change the name for the default Admin

Posted: 03-09-2006, 07:48 PM
Hello,

I don’t suppose that there is any way for me to change the username for the Administrator Account,
is there? If there is, that would be an easy solution for my problem.

I’m assuming that there isn’t so here’s what I have done. I have created an account with the “User
Account” component with my desired name for the Administrator Account. I have given that user a
name, password, and group. Now I would like to have that account be the one that XPe automatically
boots into. Is there a way to do that?

Thanks,
Jason
Reply With Quote

Responses to "Is there a way to change the name for the default Admin"

K S [MS]
Guest
Posts: n/a
 
RE: Is there a way to change the name for the default Admin
Posted: 03-09-2006, 09:25 PM
There is few ways to change the name of the administrator account:

1. Use the local group policy editor (gpedit.msc): Expand Computer
Configuration, expand Windows Settings, expand Security Settings, expand
Local Policies, and then click Security Options. In the right pane,
double-click “Accounts: Rename administrator account“ and provide a new name.
You can also create a group policy object in Active Directory and deploy it
to your XPe devices as long they’re part of a domain. See
http://support.microsoft.com/default...b;en-us;816109.

2. Use the Computer Management snap-in: System Tools->Local Users and
Groups->Users. Then in the right pane, right click on Administrator and
rename it.


You can use the “Automatic Logon” component in your build to specify what
user will be automatically logged on after boot. Check the settings for this
component. Or you can add this info directly on the runtime:
http://support.microsoft.com/default...b;en-us;315231


KS

This posting is provided "AS IS" with no warranties and confers no rights.


"Jason Krause" wrote:
> Hello,
>
> I don’t suppose that there is any way for me to change the username for the Administrator Account,
> is there? If there is, that would be an easy solution for my problem.
>
> I’m assuming that there isn’t so here’s what I have done. I have created an account with the “User
> Account” component with my desired name for the Administrator Account. I have given that user a
> name, password, and group. Now I would like to have that account be the one that XPe automatically
> boots into. Is there a way to do that?
>
> Thanks,
> Jason
>
Reply With Quote
Jason Krause
Guest
Posts: n/a
 
Re: Is there a way to change the name for the default Admin
Posted: 03-09-2006, 10:03 PM
Awesome... thank you very much KS. You kick ass!



K S [MS] wrote:
> There is few ways to change the name of the administrator account:
>
> 1. Use the local group policy editor (gpedit.msc): Expand Computer
> Configuration, expand Windows Settings, expand Security Settings, expand
> Local Policies, and then click Security Options. In the right pane,
> double-click “Accounts: Rename administrator account“ and provide a new name.
> You can also create a group policy object in Active Directory and deploy it
> to your XPe devices as long they’re part of a domain. See
> http://support.microsoft.com/default...b;en-us;816109.
>
> 2. Use the Computer Management snap-in: System Tools->Local Users and
> Groups->Users. Then in the right pane, right click on Administrator and
> rename it.
>
>
> You can use the “Automatic Logon” component in your build to specify what
> user will be automatically logged on after boot. Check the settings for this
> component. Or you can add this info directly on the runtime:
> http://support.microsoft.com/default...b;en-us;315231
>
>
> KS
>
> This posting is provided "AS IS" with no warranties and confers no rights.
>
>
> "Jason Krause" wrote:
>
>> Hello,
>>
>> I don’t suppose that there is any way for me to change the username for the Administrator Account,
>> is there? If there is, that would be an easy solution for my problem.
>>
>> I’m assuming that there isn’t so here’s what I have done. I have created an account with the “User
>> Account” component with my desired name for the Administrator Account. I have given that user a
>> name, password, and group. Now I would like to have that account be the one that XPe automatically
>> boots into. Is there a way to do that?
>>
>> Thanks,
>> Jason
>>
Reply With Quote
Mark
Guest
Posts: n/a
 
Re: Is there a way to change the name for the default Admin
Posted: 03-10-2006, 02:02 PM
Is there anyway to do this in Target designer?



Jason Krause wrote:
> Awesome... thank you very much KS. You kick ass!
>
>
>
> K S [MS] wrote:
>> There is few ways to change the name of the administrator account:
>>
>> 1. Use the local group policy editor (gpedit.msc): Expand Computer
>> Configuration, expand Windows Settings, expand Security Settings,
>> expand Local Policies, and then click Security Options. In the right
>> pane, double-click “Accounts: Rename administrator account“ and
>> provide a new name. You can also create a group policy object in
>> Active Directory and deploy it to your XPe devices as long they’re
>> part of a domain. See
>> http://support.microsoft.com/default...b;en-us;816109.
>>
>> 2. Use the Computer Management snap-in: System Tools->Local Users and
>> Groups->Users. Then in the right pane, right click on Administrator
>> and rename it.
>>
>>
>> You can use the “Automatic Logon” component in your build to specify
>> what user will be automatically logged on after boot. Check the
>> settings for this component. Or you can add this info directly on the
>> runtime: http://support.microsoft.com/default...b;en-us;315231
>>
>>
>> KS
>>
>> This posting is provided "AS IS" with no warranties and confers no
>> rights.
>>
>>
>> "Jason Krause" wrote:
>>
>>> Hello,
>>>
>>> I don’t suppose that there is any way for me to change the username
>>> for the Administrator Account, is there? If there is, that would be
>>> an easy solution for my problem.
>>>
>>> I’m assuming that there isn’t so here’s what I have done. I have
>>> created an account with the “User Account” component with my desired
>>> name for the Administrator Account. I have given that user a name,
>>> password, and group. Now I would like to have that account be the
>>> one that XPe automatically boots into. Is there a way to do that?
>>>
>>> Thanks,
>>> Jason
>>>
Reply With Quote
KS
Guest
Posts: n/a
 
Re: Is there a way to change the name for the default Admin
Posted: 03-10-2006, 06:11 PM

You can create a custom security template that modifies the security option
I mentioned in my previous email ("Accounts: Rename administrator account")
with the new name for the administrator account. The new template can be
componentized and included in the build. It will be then installed during
FBA. See the XPe SP2 doc:
http://msdn.microsoft.com/library/de...us/xpehelp/htm
l/xetskincludingcustomsecuritycomponentinyourrun-timeimage.asp

KS

This posting is provided "AS IS" with no warranties and confers no rights.
Reply With Quote
Mark
Guest
Posts: n/a
 
Re: Is there a way to change the name for the default Admin
Posted: 03-10-2006, 08:02 PM
Thank you KS, this helps a bunch. I didn't know this could be done, it
solves a bunch of issues at once, thanks again!


KS wrote:
> You can create a custom security template that modifies the security option
> I mentioned in my previous email ("Accounts: Rename administrator account")
> with the new name for the administrator account. The new template can be
> componentized and included in the build. It will be then installed during
> FBA. See the XPe SP2 doc:
> http://msdn.microsoft.com/library/de...us/xpehelp/htm
> l/xetskincludingcustomsecuritycomponentinyourrun-timeimage.asp
>
> KS
>
> This posting is provided "AS IS" with no warranties and confers no rights.
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Default Admin Account Ron Windows Vista Administration 3 05-06-2007 07:48 PM
What is the differences between default admin and limited admin Sharon Fink Windows Vista Administration 4 12-09-2006 12:56 AM
POP: SOT won't acknowledge admin rights--Even in admin default adrian Windows XP Games 19 01-29-2004 01:29 AM
How to change User Privilages - admin to not admin ?? tmb Windows XP 1 08-02-2003 05:13 PM
How to change user privalages - admin to not admin ?? tmb Windows XP 0 07-30-2003 02:12 AM


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