This is my unattend.xml Is there an option that I'm missing I don't know.
Thnaks Dave. If I don't get it to work I'll call Microsoft Directly since
we do have support for Stats.
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<servicing>
<package action="configure">
<assemblyIdentity name="Microsoft-Windows-Foundation-Package"
version="6.0.6000.16386" processorArchitecture="x86"
publicKeyToken="31bf3856ad364e35" language="" />
<selection name="InboxGames" state="true" />
<selection name="Chess" state="true" />
<selection name="FreeCell" state="true" />
<selection name="Hearts" state="true" />
<selection name="Inkball" state="true" />
<selection name="Minesweeper" state="true" />
<selection name="PurblePlace" state="true" />
<selection name="Shanghai" state="true" />
<selection name="Solitaire" state="true" />
<selection name="SpiderSolitaire" state="true" />
</package>
</servicing>
<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>1009:00011009</InputLocale>
<SystemLocale>en-ca</SystemLocale>
<UserLocale>en-ca</UserLocale>
<UILanguage>en-ca</UILanguage>
</component>
<component name="Security-Malware-Windows-Defender"
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">
<DisableAntiSpyware>true</DisableAntiSpyware>
</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">
<AutoLogon>
<Username>Administrator</Username>
<Enabled>true</Enabled>
</AutoLogon>
</component>
</settings>
<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">
<UserData>
<AcceptEula>true</AcceptEula>
<Organization>Statistics/Statistique Canada</Organization>
<FullName>SCSD BUSC</FullName>
</UserData>
<EnableFirewall>false</EnableFirewall>
</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">
<OOBE>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Work</NetworkLocation>
<SkipUserOOBE>true</SkipUserOOBE>
<ProtectYourPC>3</ProtectYourPC>
</OOBE>
<TimeZone>Eastern Standard Time</TimeZone>
<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
<CommandLine>reg add "HKLM\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\NetworkList" /v firstnetwork /t reg_dword /d 0000000
/f</CommandLine>
<Description>Setting the default network location to
Work</Description>
<Order>1</Order>
</SynchronousCommand>
</FirstLogonCommands>
</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>1009:00011009</InputLocale>
<SystemLocale>en-ca</SystemLocale>
<UILanguage>en-ca</UILanguage>
<UserLocale>en-ca</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">
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value>RwAwAGwAZgBHADAAbABmAFAAYQBzAHMAdwBvAHIAZAA=</Value>
<PlainText>false</PlainText>
</Password>
<Description>testing</Description>
<DisplayName>bozos</DisplayName>
<Group>Administrators</Group>
<Name>bozo</Name>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
</component>
</settings>
<settings pass="generalize">
<component name="Microsoft-Windows-Security-Licensing-SLC"
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">
<SkipRearm>1</SkipRearm>
</component>
</settings>
<cpi
fflineImage cpi:source="wim:c:/vistasource/install.wim#Windows
Vista ENTERPRISE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>