WideTiles (starttiles-regionaloverrides-regionaloverride-WideTiles) WideTiles (microsoft-windows-shell-setup-starttiles-regionaloverrides-regionaloverride-widetiles)
WideTiles
定义要在 " 开始 " 屏幕上显示为宽磁贴的默认 Microsoft Store 应用。WideTiles
defines the default Microsoft Store apps to appear as wide tiles on the Start screen.
若要使用此设置,必须包含 AppId
。To use this setting you must include the AppId
. 位于 AppId
AppUserModelID
应用程序的 AUMIDs.txt 文件中,该文件位于从 MICROSOFT STORE 的 OEM 渠道合作伙伴门户下载的应用包中。The AppId
is the AppUserModelID
found in the application's AUMIDs.txt file, which is located in the app package downloaded from the OEM channel partner portal of the Microsoft Store. 你还可以在 FirstRunTask
" 开始 " 屏幕上为要运行的每个应用磁贴提供设置要运行的后台任务,默认情况下为活动或活动。You can also include the FirstRunTask
setting to set a background task to run for each app tile on the Start screen that you want to be active, or live, by default.
如果跳过设置,Windows 将在 " 开始 " 屏幕上将应用磁贴的位置围绕该设置重新排列。If you skip a setting, Windows will rearrange the flow of your app tiles around the position of that setting on the Start screen. 流重排基于列,旨在消除空白。The flow rearrangement is based on columns and is designed to eliminate gaps. 根据屏幕大小、分辨率和 DPI,此位置可能有所不同。This position may vary based on the screen size, resolution, and DPI. 有关这些设置的详细信息,请参阅关联的 StartTiles 设置主题。For more information about these settings, see the associated StartTiles settings topics.
如果当前用户帐户的区域在 "开始" 磁贴区域布局中,则可以使用此设置。If the region of the current user account is among those in the Start Tile regional layouts, you can use this setting. 有关详细信息,请参阅 RegionalOverrides。For more information, see RegionalOverrides.
子元素Child Elements
设置Setting | 说明Description |
---|---|
WideTile1WideTile1 | 指定显示在 " 开始 " 菜单上的 "WideTile1" 位置中的应用程序。Specifies the application that appears on the Start menu, in position WideTile1. |
WideTile2WideTile2 | 指定显示在 " 开始 " 菜单上的 "WideTile2" 位置中的应用程序。Specifies the application that appears on the Start menu, in position WideTile2. |
WideTile3WideTile3 | 指定显示在 " 开始 " 菜单上的 "WideTile3" 位置中的应用程序。Specifies the application that appears on the Start menu, in position WideTile3. |
WideTile4WideTile4 | 指定显示在 " 开始 " 菜单上的 "WideTile4" 位置中的应用程序。Specifies the application that appears on the Start menu, in position WideTile4. |
WideTile5WideTile5 | 指定显示在 " 开始 " 菜单上的 "WideTile5" 位置中的应用程序。Specifies the application that appears on the Start menu, in position WideTile5. |
WideTile6WideTile6 | 指定显示在 " 开始 " 菜单上的 "WideTile6" 位置中的应用程序。Specifies the application that appears on the Start menu, in position WideTile6. |
有效的配置阶段Valid Configuration Passes
specializespecialize
auditUserauditUser
oobeSystemoobeSystem
父层次结构Parent Hierarchy
Microsoft-Shell-安装程序 | StartTiles | WideTilesMicrosoft-Windows-Shell-Setup | StartTiles | WideTiles
适用于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 输出显示了如何使用该 <WideTiles>
组件及其设置。The following XML output shows how to use the <WideTiles>
component and its settings.
<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>