TileColor

Applies To: Windows 8, Windows 8.1, Windows Server 2012, Windows Server 2012 R2

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 + (Green*256) + (Blue*256*256)

For more information and examples, see RGB Color Model.

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>http://www.fabrikam.com/support</LogoURL>
<TileColor>65280</TileColor>

See Also

Concepts

Microsoft-Windows-HelpAndSupport
Logo
Manufacturer