trainee Posted March 7, 2011 Posted March 7, 2011 What I have been trying to do is to configure OOBE to be completely suppressed (everything answered) from my Autounattended.xml file. All that I have succeeded in doing at this point is corrupting my OOBE settings. Now I get a "could not parse or process..." error message when OOBE would normally run. Can anyone help me out?Is it even possible to fully answer the OOBE questions from the Autounattended.xml? Am I doing this the completely wrong way?Relevant XML Snippet:<settings pass="oobeSystem"> <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> <LocalAccount wcm:action="add"> <Name>Trainee</Name> <Group>Administrators</Group> <Password> <PlainText>true</PlainText> <Value>removed</Value> </Password> </LocalAccount> </LocalAccounts> </UserAccounts> <OOBE> <NetworkLocation>Home</NetworkLocation> <HideEULAPage>true</HideEULAPage> <ProtectYourPC>1</ProtectYourPC> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet> <TimeZone>Eastern Standard Time</TimeZone> </component></settings>I have also attached my complete Autounattended.xmlAny help or ideas is greatly appreciated. Thanks.Autounattend.xml
myselfidem Posted March 7, 2011 Posted March 7, 2011 (edited) I see inside your Autounattend.xml the value:<settings pass="specialize"> <component name="Microsoft-Windows-Security-Licensing-SLC-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></settings>Unattended Windows Setup Reference for Windows 7.chm Microsoft-Windows-Security-Licensing-SLC-UX The Microsoft-Windows-Security-Licensing-SLC-UX component handles the user experience for security licensing.Important: This setting is deprecated and should not be used. Please use Microsoft-Windows-Security-SPP-UX instead. This information is for reference only. You can delete inside <OOBE> section these two values:<OOBE> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE></OOBE>These settings are deprecated for Windows 7! Edited January 21, 2012 by myselfidem
maxXPsoft Posted March 8, 2011 Posted March 8, 2011 (edited) do myselfidem suggestions and yes oobe can be totally silent Edited March 8, 2011 by maxXPsoft
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now