WideTile3
specifies which application appears as a
wide tile on the Start menu, in position WideTile3. This
position may vary based on the screen size, resolution, and DPI of
the target Windows® 8 PC.
Child Elements
Specifies the Windows Store apps appearing on wide tiles on the Start screen. |
|
Specifies the background task that is active, or live, by default for the tile. |
Valid Configuration Passes
specialize
auditUser
oobeSystem
Parent Hierarchy
Microsoft-Windows-Shell-Setup| StartTiles | WideTiles | WideTile3
Applies To
For a list of the Windows® editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.
XML Example
The following XML output shows how to use the
<WideTile3>
component.
![]() |
|
---|---|
<WideTiles> <WideTile1> <AppId>12345ChannelFabrikam.channel-ABC_defghij6789!App</AppId> <FirstRunTask>backgroundtask.js</FirstRunTask> </WideTile1> <WideTile2> <AppId>34567ChannelFabrikam.channel-DEF_012ghijk345!App</AppId> <FirstRunTask>Fabrikam.FirstRunTask</FirstRunTask> </WideTile2> <WideTile3> <AppId>56789ChannelFabrikam.channel-GHI_67890jklmno!App</AppId> </WideTile3> </WideTiles> |