Logo (microsoft-windows-helpandsupport-helpandsupport-logo)
Note In Windows 10, this setting and other HelpAndSupport settings are deprecated because the Help component that they impact is being retired. Existing information in this topic is provided for reference only.
For more information on how OEMs can include their customer support contact information in the Contact Support App or Support Web page, see OEMInformation.
Logo
specifies the path of an image file that contains the logo of the Original Equipment Manufacturer (OEM) or organization that appears on the Help and Support home page.
The logo must be a .png file that has dimensions of 145 × 80 pixels.
Values
<Path> |
Specifies the path of the image file that contains the logo file. <Path> is a string. |
Valid Configuration Passes
oobeSystem
specialize
Parent Hierarchy
Microsoft-Windows-HelpAndSupport | HelpAndSupport | Logo
Applies To
For a list of the Windows editions and architectures that this component supports, see Microsoft-Windows-HelpAndSupport.
XML Example
The following example shows how to set a customized Help and Support home page. The Help and Support home page displays the logo from the %systemdrive%:\Fabrikam\Logos\Logo.png file.
<HelpAndSupport>
<Logo>C:\Fabrikam\Logos\Logo.png</Logo>
<LogoURL>https://www.fabrikam.com/support</LogoURL>
<Manufacturer>Fabrikam</Manufacturer>
</HelpAndSupport>