Jump to content

x64 & x86 Autounattend.xml


BYTE-ME

Recommended Posts

I searched Autounattend.xml in the forums but was unable to determine if there exits an Autounattend.xml that will work on both x64 & x86 when placed in the root of the DVD without extra .bat files and other kludges? If so, can someone post one. Thanks.

Link to comment
Share on other sites

This has worked for me. Have to enter which falvour of Win7 you want, where to put it, the User and pc name. English-UK.

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SetupUILanguage>
<UILanguage>en-US</UILanguage>
</SetupUILanguage>
<InputLocale>0809:00000809</InputLocale>
<SystemLocale>en-GB</SystemLocale>
<UILanguage>en-US</UILanguage>
<UserLocale>en-GB</UserLocale>
</component>
<component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SetupUILanguage>
<UILanguage>en-US</UILanguage>
</SetupUILanguage>
<InputLocale>0809:00000809</InputLocale>
<SystemLocale>en-GB</SystemLocale>
<UILanguage>en-US</UILanguage>
<UserLocale>en-GB</UserLocale>
</component>
<component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Diagnostics>
<OptIn>false</OptIn>
</Diagnostics>
<DynamicUpdate>
<Enable>false</Enable>
<WillShowUI>OnError</WillShowUI>
</DynamicUpdate>
<EnableFirewall>true</EnableFirewall>
<UserData>
<AcceptEula>true</AcceptEula>
<!-- <FullName>Elmer B. Fuddled</FullName>
<Organization>FEELGOOD-iNC</Organization> -->
</UserData>
</component>
<component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Diagnostics>
<OptIn>false</OptIn>
</Diagnostics>
<DynamicUpdate>
<Enable>false</Enable>
<WillShowUI>OnError</WillShowUI>
</DynamicUpdate>
<EnableFirewall>true</EnableFirewall>
<UserData>
<AcceptEula>true</AcceptEula>
<!-- <FullName></FullName>
<Organization></Organization> -->
</UserData>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SkipAutoActivation>true</SkipAutoActivation>
</component>
<component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SkipAutoActivation>true</SkipAutoActivation>
</component>
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- <ComputerName>FEELGOOD-iNC</ComputerName> -->
<TimeZone>GMT Standard Time</TimeZone>
</component>
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- <ComputerName>FEELGOOD-iNC</ComputerName> -->
<TimeZone>GMT Standard Time</TimeZone>
</component>
<component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DisableOOBAccelerators>true</DisableOOBAccelerators>
<DisableFirstRunWizard>true</DisableFirstRunWizard>
<EnableLinksBar>false</EnableLinksBar>
<Home_Page>about:blank</Home_Page>
<BlockPopups>yes</BlockPopups>
<SuggestedSitesEnabled>false</SuggestedSitesEnabled>
<PlaySound>false</PlaySound>
<ShowInformationBar>true</ShowInformationBar>
<ShowMenuBar>true</ShowMenuBar>
</component>
<component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DisableOOBAccelerators>true</DisableOOBAccelerators>
<DisableFirstRunWizard>true</DisableFirstRunWizard>
<EnableLinksBar>false</EnableLinksBar>
<Home_Page>about:blank</Home_Page>
<BlockPopups>yes</BlockPopups>
<SuggestedSitesEnabled>false</SuggestedSitesEnabled>
<PlaySound>false</PlaySound>
<ShowInformationBar>true</ShowInformationBar>
<ShowMenuBar>true</ShowMenuBar>
</component>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<InputLocale>0809:00000809</InputLocale>
<SystemLocale>en-GB</SystemLocale>
<UILanguage>en-US</UILanguage>
<UserLocale>en-GB</UserLocale>
</component>
<component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<InputLocale>0809:00000809</InputLocale>
<SystemLocale>en-GB</SystemLocale>
<UILanguage>en-US</UILanguage>
<UserLocale>en-GB</UserLocale>
</component>
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<TimeZone>GMT Standard Time</TimeZone>
<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<NetworkLocation>Home</NetworkLocation>
<ProtectYourPC>3</ProtectYourPC>
</OOBE>
<!-- <AutoLogon>
<Password>
<Value></Value>
</Password>
<Enabled>false</Enabled>
<Username>Elmer B. Fuddled</Username>
</AutoLogon>
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value></Value>
</Password>
<DisplayName>Elmer B. Fuddled</DisplayName>
<Name>Elmer B. Fuddled</Name>
<Group>Administrators</Group>
</LocalAccount>
</LocalAccounts>
</UserAccounts> -->
</component>
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<TimeZone>GMT Standard Time</TimeZone>
<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<NetworkLocation>Home</NetworkLocation>
<ProtectYourPC>3</ProtectYourPC>
</OOBE>
<!-- <AutoLogon>
<Password>
<Value></Value>
</Password>
<Enabled>false</Enabled>
<Username>Elmer B. Fuddled</Username>
</AutoLogon>
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value></Value>
</Password>
<DisplayName>Elmer B. Fuddled</DisplayName>
<Name>Elmer B. Fuddled</Name>
<Group>Administrators</Group>
</LocalAccount>
</LocalAccounts>
</UserAccounts> -->
</component>
</settings>
</unattend>

Link to comment
Share on other sites

  • 5 months later...
  • 1 year later...

do you need the x86 parts when running a windows x64 setup? in my case the wim image contains only win7 sp1 ultra x64

 

Edit: never mind that. after looking at sevral examples my question was explained

Edited by Profess0r1011000
Link to comment
Share on other sites

This is mine... (Admin, Spanish)
Regards... ;-)

<?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend">     <settings pass="windowsPE">         <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">             <SetupUILanguage>                 <UILanguage>es-ES</UILanguage>             </SetupUILanguage>             <InputLocale>040a:0000040a</InputLocale>             <SystemLocale>es-ES</SystemLocale>             <UILanguage>es-ES</UILanguage>             <UserLocale>es-ES</UserLocale>         </component>         <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">             <SetupUILanguage>                 <UILanguage>es-ES</UILanguage>             </SetupUILanguage>             <InputLocale>040a:0000040a</InputLocale>             <SystemLocale>es-ES</SystemLocale>             <UILanguage>es-ES</UILanguage>             <UserLocale>es-ES</UserLocale>         </component>         <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">       <ImageInstall>        <OSImage>          <InstallToAvailablePartition>false</InstallToAvailablePartition>          <WillShowUI>OnError</WillShowUI>        </OSImage>      </ImageInstall>      <UserData>        <ProductKey>          <Key />          <WillShowUI>OnError</WillShowUI>        </ProductKey>        <AcceptEula>true</AcceptEula>      </UserData>        </component>         <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">        <ImageInstall>        <OSImage>          <InstallToAvailablePartition>false</InstallToAvailablePartition>          <WillShowUI>OnError</WillShowUI>        </OSImage>      </ImageInstall>      <UserData>        <ProductKey>          <Key />          <WillShowUI>OnError</WillShowUI>        </ProductKey>        <AcceptEula>true</AcceptEula>      </UserData>        </component>      </settings>     <settings pass="specialize">         <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">             <SkipAutoActivation>true</SkipAutoActivation>         </component>         <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">             <SkipAutoActivation>true</SkipAutoActivation>         </component>         <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">             <TimeZone>Romance Standard Time</TimeZone>         </component>         <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">             <TimeZone>Romance Standard Time</TimeZone>         </component>     </settings>     <settings pass="oobeSystem">       	<component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">             <InputLocale>040a:0000040a</InputLocale>             <UserLocale>es-ES</UserLocale>             <UILanguage>es-ES</UILanguage>         </component>         <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">             <InputLocale>040a:0000040a</InputLocale>             <UserLocale>es-ES</UserLocale>             <UILanguage>es-ES</UILanguage>         </component>         <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">       <UserAccounts>        <LocalAccounts />        <AdministratorPassword>          <Value />        </AdministratorPassword>      </UserAccounts>      <AutoLogon>        <Password>          <Value />        </Password>        <Enabled>true</Enabled>        <LogonCount>9999</LogonCount>        <Username>Administrator</Username>      </AutoLogon>      <OOBE>        <NetworkLocation>Home</NetworkLocation>        <HideEULAPage>true</HideEULAPage>        <ProtectYourPC>1</ProtectYourPC>        <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>        <SkipMachineOOBE>true</SkipMachineOOBE>        <SkipUserOOBE>true</SkipUserOOBE>      </OOBE>      <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>      <TimeZone>Romance Standard Time</TimeZone>	  <FirstLogonCommands>                <SynchronousCommand wcm:action="add">                    <CommandLine>cmd /q /c start %windir%\Temp\Instalar.cmd</CommandLine>                    <Description>Silents + WPI</Description>                    <Order>1</Order>                    <RequiresUserInput>false</RequiresUserInput>                </SynchronousCommand>       </FirstLogonCommands>        </component>         <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">       <UserAccounts>        <LocalAccounts />        <AdministratorPassword>          <Value />        </AdministratorPassword>      </UserAccounts>      <AutoLogon>        <Password>          <Value />        </Password>        <Enabled>true</Enabled>        <LogonCount>9999</LogonCount>        <Username>Administrator</Username>      </AutoLogon>      <OOBE>        <NetworkLocation>Home</NetworkLocation>        <HideEULAPage>true</HideEULAPage>        <ProtectYourPC>1</ProtectYourPC>        <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>        <SkipMachineOOBE>true</SkipMachineOOBE>        <SkipUserOOBE>true</SkipUserOOBE>      </OOBE>      <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>      <TimeZone>Romance Standard Time</TimeZone>        </component>     </settings> </unattend>
Edited by alfreire
Link to comment
Share on other sites

i ended up creating a batch that prints the the info to an xml from an ini config :P easy to change info between computers where small chages is needed. the standard print is

 

Edit: maybe it wasn't such a great idea writing this by hand. tried installing with it and got three different errors :S one of them was a unclosed node

        but now i'm downloading WAIK just to figure out the other two.. 1.7gb download :S if anyone can find the waldos please tell me :P

 

Edit2: - first one was the comment node at the start of the script. the first node in autounnatend.xml has to be the xml declaration. duh

          - the second was not adding a windows image (wim) inforamation in the xml. my template came from WinToolKit so i thought that was in there

 

here is the new and working answer file: (without the wim image info)

<?xml version="1.0" encoding="utf-8"?><unattend xmlns="urn:schemas-microsoft-com:unattend">    <servicing></servicing>    <settings pass="windowsPE">        <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">            <SetupUILanguage>                <UILanguage>en-US</UILanguage>            </SetupUILanguage>            <InputLocale>0414:00000414</InputLocale>            <SystemLocale>en-US</SystemLocale>            <UILanguage>en-US</UILanguage>            <UserLocale>nb-NO</UserLocale>        </component>        <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">            <UserData>                <ImageInstall>                    <OSImage>                        <InstallTo>                            <DiskID></DiskID>                            <PartitionID></PartitionID>                        </InstallTo>                    </OSImage>                </ImageInstall>                <AcceptEula>true</AcceptEula>                <FullName>Profess0r1011000</FullName>                <Organization>SDX Corp</Organization>                <ProductKey>                    <Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key>                    <WillShowUI>OnError</WillShowUI>                </ProductKey>            </UserData>        </component>    </settings>    <settings pass="specialize">        <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">            <SkipAutoActivation>true</SkipAutoActivation>        </component>        <component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">            <Identification>                <JoinWorkgroup>SlackGroup</JoinWorkgroup>            </Identification>        </component>        <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">            <InputLocale>0414:00000414</InputLocale>            <SystemLocale>en-US</SystemLocale>            <UILanguage>en-US</UILanguage>            <UserLocale>nb-NO</UserLocale>        </component>    </settings>    <settings pass="oobeSystem">        <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">            <InputLocale>0414:00000414</InputLocale>            <SystemLocale>en-US</SystemLocale>            <UILanguage>en-US</UILanguage>            <UserLocale>nb-NO</UserLocale>        </component>        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">            <TimeZone>Romance Standard Time</TimeZone>            <ProductKey>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</ProductKey>            <ComputerName>SDX</ComputerName>            <RegisteredOwner>Profess0r1011000</RegisteredOwner>            <RegisteredOrganization>SDX Corp</RegisteredOrganization>            <OOBE>                <HideEULAPage>true</HideEULAPage>                <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>                <NetworkLocation>Other</NetworkLocation>                <ProtectYourPC>3</ProtectYourPC>            </OOBE>            <OEMInformation>                <HelpCustomized>false</HelpCustomized>                <Manufacturer>SDX.OS</Manufacturer>                <Model>x64 v3.01 b325</Model>                <Logo>C:\Windows\OEM\Logo.bmp</Logo>                <SupportHours>24/7</SupportHours>                <SupportPhone>123-456-7890</SupportPhone>                <SupportURL>http://www.sdxos.com</SupportURL>            </OEMInformation>            <UserAccounts>                <AdministratorPassword>                    <Value>QQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcgBQAGEAcwBzAHcAbwByAGQA</Value>                    <PlainText>false</PlainText>                </AdministratorPassword>                <LocalAccounts>                    <LocalAccount wcm:action="add">                        <Password>                            <Value>UABhAHMAcwB3AG8AcgBkAA==</Value>                            <PlainText>false</PlainText>                        </Password>                        <DisplayName>installer account</DisplayName>                        <Name>SDX.temp</Name>                        <Group>Administrators;Power Users</Group>                    </LocalAccount>                </LocalAccounts>            </UserAccounts>        </component>    </settings><cpi:offlineImage cpi:source="wim:x:/$dx.cd/mount/sources/install.wim#Windows 7 ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /></unattend>
Edited by Profess0r1011000
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...