HideWirelessSetupInOOBE
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:
HideWirelessSetupInOOBE
is not set to true.The computer has a wireless network device.
The drivers for the wireless network device are available and installed.
A wireless network is available and detected.
A connection to a wireless network has not already been established in a previous Windows installation on the same computer.
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.
<OOBE>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
</OOBE>