Windows 7 welcome Unattended
hi,
i'm trying automate windows 7 welcome screen without success, works fine language , country or region selection page, cant seem go past page, en-au settings not seem work, have enter these manually. body please check unattend.xml, way i'm using wds 2008r2
thank in advance !!
<?xml version="1.0" ?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowspe">
<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">
<windowsdeploymentservices>
<login>
<willshowui>onerror</willshowui>
<credentials>
<username>administrator</username>
<domain>mydomain.biz</domain>
<password>mypassword</password>
</credentials>
</login>
<imageselection>
<willshowui>never</willshowui>
<installimage>
<imagename>windows 7 ultimate</imagename>
<imagegroup>firstgroup</imagegroup>
<filename>install.wim</filename>
</installimage>
<installto>
<diskid>0</diskid>
<partitionid>1</partitionid>
</installto>
</imageselection>
</windowsdeploymentservices>
<diskconfiguration>
<willshowui>onerror</willshowui>
<disk>
<diskid>0</diskid>
<willwipedisk>true</willwipedisk>
<createpartitions>
<createpartition>
<order>1</order>
<type>primary</type>
<extend>true</extend>
</createpartition>
</createpartitions>
</disk>
</diskconfiguration>
</component>
<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>en-au</inputlocale>
<systemlocale>en-au</systemlocale>
<uilanguage>en-us</uilanguage>
<uilanguagefallback>en-au</uilanguagefallback>
<userlocale>en-au</userlocale>
</component>
</settings>
<settings pass="auditsystem">
<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>utc+10</timezone>
</component>
</settings>
<settings pass="oobesystem">
<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>utc+10</timezone>
</component>
<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>en-au</inputlocale>
<systemlocale>en-au</systemlocale>
<uilanguage>en-us</uilanguage>
<uilanguagefallback>en-au</uilanguagefallback>
<userlocale>en-au</userlocale>
</component>
</settings>
<settings pass="specialize">
<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>en-au</inputlocale>
<systemlocale>en-au</systemlocale>
<uilanguage>en-us</uilanguage>
<uilanguagefallback>en-au</uilanguagefallback>
<userlocale>en-au</userlocale>
</component>
</settings>
<cpi:offlineimage cpi:source="" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
Windows Server > Setup Deployment
Comments
Post a Comment