组织Organization
Organization
指定组织拥有该计算机的名称。Organization
specifies the name of the organization that owns the computer.
值Values
Organization_nameOrganization_name |
指定组织拥有该计算机的名称。Specifies the name of the organization that owns the computer. 组织名称是最大长度为 63 个字符的字符串。Organization_name is a string with a maximum length of 63 characters. |
此字符串类型不支持空元素。This string type does not support empty elements. 不要为此设置创建空值。Do not create an empty value for this setting.
有效配置阶段Valid Configuration Passes
windowsPEwindowsPE
父层次结构Parent Hierarchy
microsoft-windows-setup- | UserData | Organizationmicrosoft-windows-setup- | UserData | Organization
适用于Applies To
有关受支持的 Windows 版本和体系结构,该组件支持的列表,请参阅microsoft-windows-安装程序-。For a list of the supported Windows editions and architectures that this component supports, see microsoft-windows-setup-.
XML 示例XML Example
以下 XML 输出显示了如何设置用户数据。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>