WindowsExperienceIndexOemInfo specifies the OEM logo for the Performance Information and Tools item in Control Panel.

Child Elements

HardwareUpgradeURL

Specifies the URL used to locate the query string.

Logo

Specifies the path to the location of the bitmap (.bmp) of the OEM logo.

Valid Passes

auditSystem

oobeSystem

Parent Hierarchy

Microsoft-Windows-PerfCenterCPL | WindowsExperienceIndexOemInfo

Applies To

For the list of the supported Microsoft® Windows® editions and architectures that this component supports, see Microsoft-Windows-PerfCenterCPL.

XML Example

The following .xml output shows how to configure WindowsExperienceOemInfo.

  Copy Code
<WindowsExperienceIndexOemInfo>
   <Logo>C:\windows\performance\winsat\fabrikam_logo.bmp</Logo>
   <HardwareUpgradeURL>http://www.fabrikam.com/windows7upgrade/upgrade.htm</HardwareUpgradeURL>
</WindowsExperienceIndexOemInfo>

See Also