AcceptEula
AcceptEula
specifies whether to automatically accept the Microsoft Software License Terms.
Note This setting is required for all unattended installations. To prevent the Windows Setup user interface (UI) from displaying, you must configure this setting. For a complete list of required settings, see the How to Automate Windows Setup topic in the Windows Assessment and Deployment Kit (Windows ADK) Technical Reference.
Values
true |
Specifies that the license terms are automatically accepted without being displayed to the end user. |
false |
Prompts the end user to accept the license terms before proceeding with Windows Setup. This is the default value. |
Note
The value for AcceptEula
is ignored during upgrades.
Valid Configuration Passes
windowsPE
Parent Hierarchy
microsoft-windows-setup- | UserData | AcceptEula
Applies To
For a list of the supported Windows editions and architectures that this component supports, see microsoft-windows-setup-.
XML Example
The following sample XML output shows how to set user data.
<UserData>
<AcceptEula>true</AcceptEula>
<FullName>EndUserName</FullName>
<Organization>Fabrikam</Organization>
<ProductKey>
<Key>12345-12345-12345-12345-12345</Key>
<WillShowUI>Never</WillShowUI>
</ProductKey>
</UserData>