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
Applies To
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> |
See Also