SupportPhone (Standard 8 Module Reference)

7/8/2014

Review the applicable Embedded Core modules and any examples for the SupportPhone setting in Windows Embedded 8 Standard (Standard 8).

This setting contains a string with a maximum length of 256 characters that specifies the telephone numbers to call for support for the OEM.

This setting can be empty.

If you set HelpCustomized to false, the System item of Control Panel shows the support information specified by this setting, SupportHours, and SupportURL.

The telephone number is displayed for single-language, single-region computers. For computers delivered in multiple languages and/or regions, OEMs must customize the Escalation page in Help and Support Center. Then, the System item in Control Panel displays a Support Information link to the Escalation page.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

Shell-Setup

Products/Embedded Core/Shell-Setup/OEMInformation/SupportPhone

XML Example

The following example shows how to set OEM information, including the telephone number for support.

<OEMInformation>
    <HelpCustomized>false</HelpCustomized>
    <Manufacturer>OEM name</Manufacturer>
    <SupportHours>hours</SupportHours>
    <SupportPhone>123-456-7890</SupportPhone>
    <SupportURL>http://www.fabrikam.com/support</SupportURL>
</OEMInformation>

See Also

Concepts

Embedded Core Settings