HelpCustomized
HelpCustomized
specifies whether Help is customized by the OEM. If this element is set to true, Control Panel shows a link to customized Help. Otherwise, it shows the support information specified by SupportHours, SupportPhone, and SupportURL.
If you set HelpCustomized
to true, all information (including Manufacturer and Model) should be placed within the customized help file. This information will not appear in the System program in Control Panel.
Values
true |
Specifies that Help is customized. |
false |
Specifies that Help is not customized. This is the default value. |
Valid Passes
Parent Hierarchy
Microsoft-Windows-Shell-Setup | OEMInformation | HelpCustomized
Applies To
For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.
This setting is available to OEMs and system builders.
XML Example
The following XML shows how to set OEM information.
<OEMInformation>
<HelpCustomized>false</HelpCustomized>
<Manufacturer>OEM name</Manufacturer>
<Model>model name</Model>
<Logo>C:\Windows\OEM\Logo.bmp</Logo>
<SupportHours>hours</SupportHours>
<SupportPhone>123-456-7890</SupportPhone>
<SupportURL>https://www.contoso.com</SupportURL>
</OEMInformation>