SupportURL

SupportURL specifies the complete URL of the support page for the OEM that will be launched from the Get Help app.

Values

Value Description
url Specifies the support page URL for the OEM. URL must be a complete URL, including the http:// prefix. Url is a string with a maximum length of 2083 characters. Required, unless SupportAppURL is present, in which case it is optional. If both are supplied, SupportAppURL is used.

This string type supports empty elements.

Valid Configuration Passes

auditUser

generalize

offlineServicing

oobeSystem

specialize

Parent Hierarchy

Microsoft-Windows-Shell-Setup | OEMInformation | SupportURL

Applies To

For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.

XML Example

The following XML shows how to set OEM information.

<OEMInformation>
   <SupportProvider>Contoso Support</SupportProvider>
   <SupportAppURL>contoso-contact-support</SupportAppURL>
   <SupportURL>https://www.fabrikam.com/support</SupportURL>
</OEMInformation>

OEMInformation