AcceptEula
Applies To: Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Vista
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>