/build/static/layout/Breadcrumb_cap_w.png

How do I automatically skip the wireless connection selection stage of a Windows 8 scripted install?

I'm facing an issue where after the Windows 8 OS deployment stage of a scripted install occurs to systems (w/ wireless adapters) the initial auto login into Windows requires that the user MANUALLY skips or selects a wireless network to connect to. This forced interaction is halting my scripted installations before postinstall tasks can run. How do I automatically acknowledge this stage of the initial login so that my scripted installs can be completely unattended?

Thanks in advance


1 Comment   [ + ] Show comment
  • To all, when I use this: <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
    once the scripted install completes, I don't have IE shortcuts (on tiles or on desktop). if I remove that line and run the scripted install again, I do have them. - dperlberg 9 years ago

Answers (2)

Answer Summary:
Posted by: nheyne 10 years ago
Red Belt
1

Put this line in your answer file:

 <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>

Posted by: Nico_K 10 years ago
Red Belt
1

normally these six OOBE entries should be useful regulary

<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideLocalAccountScreen>true</HideLocalAccountScreen>
<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<NetworkLocation>Work</NetworkLocation>
</OOBE>

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ