HideEULAPage
HideEULAPage
specifies whether to show the Microsoft Software License Terms page of Windows Welcome. OEMs and System Builders can only use this setting for testing prior to shipment. Corporate users can use this setting to hide the Microsoft Software License Terms page.
Values
true |
Specifies that the Microsoft Software License Terms page of Windows Welcome is not displayed. This is the default value. |
false |
Specifies that the Microsoft Software License Terms page of Windows Welcome is displayed. |
Valid Passes
Parent Hierarchy
Microsoft-Windows-Shell-Setup | OOBE | HideEULAPage
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>