SupportHours specifies the hours that support is available for the OEM.

Values

Hours

Specifies the hours that support is available for the OEM. Hours is a string with a maximum length of 256 characters.

This string type supports empty elements.

Valid Passes

auditUser

generalize

offlineServicing

oobeSystem

specialize

Parent Hierarchy

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 output shows how to set OEM information.

  Copy Code
<OEMInformation>
   <HelpCustomized>false</HelpCustomized>
   <Manufacturer>OEM name</Manufacturer>
   <Model>model name</Model>
   <Logo>C:\Windows\OEM\Logo.bmp</Logo>
   <SupportHours>Monday to Friday, 9:00 A.M. to 5:00 P.M. Pacific Standard Time</SupportHours>
   <SupportPhone>123-456-7890</SupportPhone>
   <SupportURL>http://www.contoso.com</SupportURL>
</OEMInformation>

See Also

Concepts

OEMInformation