MSFN Forums: User Account creation not automated by AutoUnattend.xml - MSFN Forums

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

User Account creation not automated by AutoUnattend.xml Rate Topic: -----

#1 User is offline   islander_810 

  • Compulsive Tweaker
  • Pip
  • Group: Members
  • Posts: 64
  • Joined: 06-January 07
  • Gender:Male

Posted 27 April 2008 - 09:25 PM

I followed Firegeier's guide to making the AutoUnattend.xml

I'm unable to automate the Local Account creation process. Everytime during installation it asks for UserName and Pass and Update Settings. Rest all are automated except these.

<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Group>Administrators</Group>
<Name>KS</Name>
<DisplayName>KS</DisplayName>
</LocalAccount>
</LocalAccounts>
</UserAccounts>


<ProtectYourPC>3</ProtectYourPC>

Attached File(s)


This post has been edited by islander_810: 30 April 2008 - 12:21 AM


Ad Bot #1 User is online   Sponsor Icon

  • Advert Bot
  • Group: Ad Bots
  • Posts: 0
  • Joined: --

Warn Status

Warning level: 0%

0
  • +
  • -

#2 User is offline   islander_810 

  • Compulsive Tweaker
  • Pip
  • Group: Members
  • Posts: 64
  • Joined: 06-January 07
  • Gender:Male

Posted 29 April 2008 - 11:04 AM

Man, 100 views and not 1 reply :no:
What sad luck :(

#3 User is offline   baywatch 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 22-April 05

Posted 29 April 2008 - 11:32 AM

you must set the password
<LocalAccount wcm:action="add">
   <Password>
          <Value>{LocalAdminPassword}</Value>
          <PlainText>true</PlainText>
   </Password>
   <Description>local Admin-Account</Description>
   <DisplayName>lAdmin</DisplayName>
   <Group>Administrators</Group>
   <Name>lAdmin</Name>
</LocalAccount>

This post has been edited by baywatch: 29 April 2008 - 11:36 AM


#4 User is offline   islander_810 

  • Compulsive Tweaker
  • Pip
  • Group: Members
  • Posts: 64
  • Joined: 06-January 07
  • Gender:Male

Posted 29 April 2008 - 12:25 PM

So, do you mean to say that description and password is mandatory?

Tried it, didn't work.

This is the code I used


<UserAccounts>
  <LocalAccounts>
    <LocalAccount wcm:action="add">
      <Password>
       <Value>Password</Value>
       <PlainText>true</PlainText>
      </Password>
      <Description>The Compulsive Tweaker</Description>
      <Group>Administrators</Group>
      <Name>KS</Name>
      <DisplayName>KS</DisplayName>
     </LocalAccount>
   </LocalAccounts>
</UserAccounts>


In fact, this part of the code isn't executed at all. Can't understand why. OOBE always pops up for account creation and Automatic Update Settings. Rest all are automated

This post has been edited by islander_810: 30 April 2008 - 12:22 AM


#5 User is offline   razormoon 

  • Little boots...!
  • PipPip
  • Group: Members
  • Posts: 216
  • Joined: 17-February 06
  • Gender:Male
  • Location:McDonald's

Posted 30 April 2008 - 07:16 AM

<OOBE>
  <HideEULAPage>true</HideEULAPage> 
  <NetworkLocation>Home</NetworkLocation> 
  <SkipUserOOBE>true</SkipUserOOBE> 
  <SkipMachineOOBE>true</SkipMachineOOBE> 
  <ProtectYourPC>3</ProtectYourPC> 
  </OOBE>


UserAccounts>
- <AdministratorPassword>
  <Value>admin1password</Value> 
  </AdministratorPassword>
- <LocalAccounts>
- <LocalAccount wcm:action="add">
  <Group>Administrators</Group> 
  <Name>Admin2</Name> 
  </LocalAccount>
- <LocalAccount wcm:action="add">
  <Group>Users</Group> 
  <Name>User1</Name> 
  </LocalAccount>
- <LocalAccount wcm:action="add">
  <Group>Users</Group> 
  <Name>User2</Name> 
  </LocalAccount>
  </LocalAccounts>
  </UserAccounts>
- <AutoLogon>
- <Password>
  <Value>admin1password</Value> 
  <PlainText>true</PlainText> 
  </Password>
  <Enabled>true</Enabled> 
  <LogonCount>3</LogonCount> 
  <Username>Administrator</Username> 
  </AutoLogon>


I haven't figured out (or tried to) how to rename the built-in Administrator account. If you want to enable it, you must use username Administrator. You should have a password for Administrator, don't know if that one is mandatory. As for the rest, they are optional.

This post has been edited by razormoon: 30 April 2008 - 07:19 AM


#6 User is offline   islander_810 

  • Compulsive Tweaker
  • Pip
  • Group: Members
  • Posts: 64
  • Joined: 06-January 07
  • Gender:Male

Posted 30 April 2008 - 07:39 AM

Setting Local Account Password didn't work. Will try setting admin pass. Rest all is same. Thx..

#7 User is offline   islander_810 

  • Compulsive Tweaker
  • Pip
  • Group: Members
  • Posts: 64
  • Joined: 06-January 07
  • Gender:Male

Posted 30 April 2008 - 11:55 PM

Tried putting admin pass. Still didn't work.

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic


1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users