TileColor
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.
TileColor
specifies the RGB background color of the tile for the Original Equipment Manufacturer (OEM) or organization on the Help and Support home page. The Logo setting specifies the OEM tile.
Values
<Integer> | Specifies the integer representation of the background color of the OEM tile on the Help and Support home page by using the RGB color model. The RGB color model is used for specifying colors. This model specifies the intensity of red, green, and blue on a scale of 0 to 255. A 0 indicates the minimum intensity. You can use this formula to convert the settings of the three colors to a single integer value: RGB value = Red + (Green256) + (Blue256*256) For the background color to appear, you must also configure the TileColor setting, the Logo setting, and the Manufacturer setting. |
Valid Configuration Passes
oobeSystem
specialize
Parent Hierarchy
Microsoft-Windows-HelpAndSupport | HelpAndSupport | TileColor
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 the background color of the OEM tile on the Help and Support page to green.
<Manufacturer>Fabrikam</Manufacturer>
<Logo>C:\Windows\Fabrikam\FabrikamLogo.png</Logo>
<LogoURL>https://www.fabrikam.com/support</LogoURL>
<TileColor>65280</TileColor>