HelpCustomized
Applies To: Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Vista
HelpCustomized
specifies whether the Original Equipment Manufacturer (OEM) customizes Help. The outcome depends on the operating system:
In Windows® 8, when you set this value to
true
and set values in Microsoft-Windows-HelpAndSupport\HelpAndSupport, you customize the Windows Help and Support page.For information about how to add customized Help files, see Author and Add Custom Help and Support Content.
In Windows 7 and Windows Vista®, when you set this value to true, Control Panel shows a link to customized Help. Otherwise, it shows the support information that SupportHours, SupportPhone, and SupportURL specify.
All information (including Manufacturer and Model) should be in the customized Help file. This information doesn't appear in the System item in Control Panel.
Values
true |
Specifies that Help is customized. |
false |
Specifies that Help isn't customized. This is the default value. |
Valid Configuration Passes
auditUser
generalize
offlineServicing
oobeSystem
specialize
Parent Hierarchy
Microsoft-Windows-Shell-Setup | OEMInformation | HelpCustomized
Applies To
For a list of the Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.
XML Example
This XML shows how to specify that Help is customized:
<OEMInformation>
<HelpCustomized>true</HelpCustomized>
<Manufacturer><OEM name></Manufacturer>
<Model><model name></Model>
<Logo>C:\Windows\OEM\Logo.bmp</Logo>
<SupportHours><hours></SupportHours>
<SupportPhone>425-555-0190</SupportPhone>
<SupportURL>https://www.contoso.com</SupportURL>
</OEMInformation>