HideWirelessSetupInOOBE specifies whether to hide the Join Wireless Network screen that appears during Windows® Welcome.

During Windows Welcome, the Join Wireless Network screen prompts the end user to connect to a wireless network when all of the following conditions are met:

Values

true

Hides the Join Wireless Network screen during Windows Welcome.

false

Does not hide the Join Wireless Network screen during Windows Welcome.

This is the default value.

Valid Configuration Passes

oobeSystem

Parent Hierarchy

Microsoft-Windows-Shell-Setup | OOBE | HideWirelessSetupInOOBE

Applies To

For a list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.

XML Example

The following XML example shows how to set Windows Welcome to always hide the Join Wireless Network screen.

  Copy Code
<OOBE>
  <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
</OOBE>

See Also