SupportURLSupportURL
SupportURL
指定將會從 取得說明應用程式啟動的 OEM 支援頁面的完整 URL。SupportURL
specifies the complete URL of the support page for the OEM that will be launched from the Get Help app.
值Values
值Value | 描述Description |
---|---|
urlurl | 指定的 OEM 支援頁面 URL。Specifies the support page URL for the OEM. URL 必須是完整的 URL,包括http:// 前置詞。URL must be a complete URL, including the http:// prefix. Url是 2083年個字元的最大長度的字串。Url is a string with a maximum length of 2083 characters. 必要項,除非 SupportAppURL 是出現在這種情況下為選擇性。Required, unless SupportAppURL is present, in which case it is optional. 如果同時提供兩者,SupportAppURL 用。If both are supplied, SupportAppURL is used. |
此字串類型支援空元素。This string type supports empty elements.
有效的設定階段Valid Configuration Passes
auditUserauditUser
將一般化generalize
offlineServicingofflineServicing
oobeSystemoobeSystem
特製化specialize
父階層Parent Hierarchy
Microsoft-Windows-Shell-Setup | OEMInformation | SupportURLMicrosoft-Windows-Shell-Setup | OEMInformation | SupportURL
套用至Applies To
如需支援的 Windows 版本和架構,此元件支援的清單,請參閱Microsoft Windows Shell-安裝。For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.
XML 範例XML Example
下列 XML 示範如何設定 OEM 資訊。The following XML shows how to set OEM information.
<OEMInformation>
<SupportProvider>Contoso Support</SupportProvider>
<SupportAppURL>contoso-contact-support</SupportAppURL>
<SupportURL>http://www.fabrikam.com/support</SupportURL>
</OEMInformation>