SkipUserOOBE
SkipUserOOBE
specifies whether to skip Welcome Center. This can be used only for testing prior to shipment.
Values
true |
Specifies that Welcome Center is skipped. |
false |
Specifies that Welcome Center is shown. This is the default value. |
Valid Passes
Parent Hierarchy
Microsoft-Windows-Shell-Setup | OOBE | SkipUserOOBE
Applies To
For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.
XML Example
The following XML output shows how to set OOBE information for testing.
<OOBE>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Other</NetworkLocation>
<ProtectYourPC>3</ProtectYourPC>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>