SquareTile5 (microsoft-starttiles-squaretiles-SquareTile5) SquareTile5 (microsoft-windows-shell-setup-starttiles-squaretiles-squaretile5)
SquareTile5
指定哪个应用程序在 " 开始 " 菜单上显示为正方形磁贴,位置 SquareTile5。SquareTile5
specifies which application appears as a square tile on the Start menu, in position SquareTile5. 此位置根据目标 Windows 8 PC 的屏幕大小、分辨率和 DPI 而有所不同。This position may vary based on the screen size, resolution, and DPI of the target Windows 8 PC.
子元素Child Elements
设置Setting | 说明Description |
---|---|
AppIdAppId | 指定显示在 " 开始 " 屏幕上的 "正方形" 磁贴上的 Microsoft Store 应用。Specifies the Microsoft Store apps appearing on square tiles on the Start screen. |
FirstRunTaskFirstRunTask | 指定默认情况下为磁贴活动或活动的后台任务。Specifies the background task that is active, or live, by default for the tile. |
有效的配置阶段Valid Configuration Passes
specializespecialize
auditUserauditUser
oobeSystemoobeSystem
父层次结构Parent Hierarchy
Microsoft-Shell-安装程序 | StartTiles | SquareTiles | SquareTile5Microsoft-Windows-Shell-Setup| StartTiles | SquareTiles | SquareTile5
适用于Applies To
有关此组件支持的 Windows 版本和体系结构的列表,请参阅 Microsoft-Windows-Shell-Setup。For a list of the Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.
XML 示例XML Example
以下 XML 输出显示了如何使用该 <SquareTile5>
组件。The following XML output shows how to use the <SquareTile5>
component.
<SquareTiles>
<SquareOrDesktopTile1>
<AppIdOrPath>C:\programdata\microsoft\windows\start menu\programs\desktoptile1.lnk</AppIdOrPath>
<FirstRunTask>backgroundtask.js</FirstRunTask>
</SquareOrDesktopTile1>
<SquareOrDesktopTile2>
<AppIdOrPath>67890ChannelFabrikam.channel-JKL_mnop1234789!App</AppIdOrPath>
<FirstRunTask>Fabrikam.FirstRunTask</FirstRunTask>
</SquareOrDesktopTile2>
<SquareOrDesktopTile3>
<AppIdOrPath>C:\programdata\microsoft\windows\start menu\programs\desktoptile3.lnk</AppIdOrPath>
</SquareOrDesktopTile3>
<SquareTile1>
<AppId>12345ChannelFabrikam.channel-ABC_defghij6789!App</AppId>
<FirstRunTask>backgroundtask.js</FirstRunTask>
</SquareTile1>
<SquareTile2>
<AppId>34567ChannelFabrikam.channel-DEF_012ghijk345!App</AppId>
<FirstRunTask>Fabrikam.FirstRunTask</FirstRunTask>
</SquareTile2>
<SquareTile3>
<AppId>56789ChannelFabrikam.channel-GHI_67890jklmno!App</AppId>
</SquareTile3>
</SquareTiles>