SquareTile7SquareTile7
SquareTile7
指定在哪一個應用程式會顯示為正方形磚啟動位置 SquareTile7 功能表。SquareTile7
specifies which application appears as a square tile on the Start menu, in position SquareTile7. 這個位置可能有所不同螢幕大小、 解析度和 DPI 的目標為 Windows 8 的電腦上。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
特製化specialize
auditUserauditUser
oobeSystemoobeSystem
父階層Parent Hierarchy
Microsoft-Windows-Shell-Setup| StartTiles | SquareTiles | SquareTile7Microsoft-Windows-Shell-Setup| StartTiles | SquareTiles | SquareTile7
套用至Applies To
如需此元件支援的架構與 Windows 版本的清單,請參閱Microsoft Windows Shell-安裝。For a list of the Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.
XML 範例XML Example
下列的 XML 輸出會顯示如何使用<SquareTile7>
元件。The following XML output shows how to use the <SquareTile7>
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>