Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
UserData specifies user settings.
Child Elements
Specifies whether to automatically accept the Microsoft Software License Terms. |
|
Specifies the name of the end user. |
|
Specifies the name of the organization that owns the computer. |
|
Specifies the product key to apply for each unique installation of the Windows operating system. |
Valid Passes
Parent Hierarchy
Microsoft-Windows-Setup | UserData
Applies To
For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Setup.
XML Example
The following 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>