Hey guys few q's
How to stop windows on first show to setup further users? Also the home ofice network setup screen thing?
I have the following in my xml
Do I need to set skip machine oobe as well as Admin set & autologon toggled on.
Do I need to nominate something else in the ans file to skip the setup network lot?
Thanks Fellas
Update:
Choosing skip machine setting sorted the user screen as expected, although waik setting depracated. Works fine though.
I also changed my network setting from Other to Work however pops the network screen up with Work highlighted? Not a real biggy though.
How to stop windows on first show to setup further users? Also the home ofice network setup screen thing?
I have the following in my xml
CODE
[/code]
<OOBE>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Other</NetworkLocation>
<ProtectYourPC>3</ProtectYourPC>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
[code]
<OOBE>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Other</NetworkLocation>
<ProtectYourPC>3</ProtectYourPC>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
[code]
Do I need to set skip machine oobe as well as Admin set & autologon toggled on.
CODE
[/code]
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-UnattendedJoin" 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">
<Identification>
<JoinWorkgroup>Workgroup</JoinWorkgroup>
[code]
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-UnattendedJoin" 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">
<Identification>
<JoinWorkgroup>Workgroup</JoinWorkgroup>
[code]
Do I need to nominate something else in the ans file to skip the setup network lot?
Thanks Fellas
Update:
Choosing skip machine setting sorted the user screen as expected, although waik setting depracated. Works fine though.
I also changed my network setting from Other to Work however pops the network screen up with Work highlighted? Not a real biggy though.
I have the same problem.

