OEMLogoUri specifies the path to an image file containing the logo of the computer manufacturer displayed on the Windows® Media Center Start menu.

The image file must be no larger than 90 pixels wide by 45 pixels high. We recommend using a portable network graphics (.PNG) image file.

Values

Path

Specifies the path to the image file containing the OEM logo file. Path is a string.

This string type supports empty elements.

Valid Configuration Passes

oobeSystem

Parent Hierarchy

Applies To

For a list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-ehome-reg-inf.

XML Example

The following XML output shows how to configure Windows Media Center settings in the oobeSystem configuration pass.

  Copy Code
<OEMLogoUri>file://c:\mydirectory\mylogo.png</OEMLogoUri>
<OEMName>Fabrikam</OEMName>
<OEMName2>ModelX</OEMName2>
<PreventAutoConnect>true</PreventAutoConnect>
<RestartEnabled>true</RestartEnabled>
<ShowGallery>Gallery</ShowGallery>
<UsePeakModeVideoEncoderSettings>true</UsePeakModeVideoEncoderSettings>
<WorkOffline>true</WorkOffline>

See Also