Logo
Applies To: Windows 8, Windows 8.1, Windows Server 2012, Windows Server 2012 R2
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>http://www.fabrikam.com/support</LogoURL>
<Manufacturer>Fabrikam</Manufacturer>
</HelpAndSupport>