mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 13:57:22 +00:00
25 lines
845 B
Markdown
25 lines
845 B
Markdown
---
|
|
author: paolomatarazzo
|
|
ms.author: paoloma
|
|
ms.date: 03/13/2024
|
|
ms.topic: include
|
|
---
|
|
|
|
Example of secondary tiles in XML generated by the PowerShell cmdlet `Export-StartLayout`:
|
|
|
|
```xml
|
|
<start:SecondaryTile
|
|
AppUserModelID="Microsoft.MicrosoftEdge.Stable_8wekyb3d8bbwe!App"
|
|
TileID="MSEdge._pin_liejfngppphclkplgppaghabld"
|
|
DisplayName="Contoso Intranet"
|
|
Size="2x2" Column="0" Row="0"
|
|
Arguments=" --pin-url=https://intranet.contoso.com/ --profile-directory=Default --launch-tile"
|
|
Square71x71LogoUri="ms-appx:///"
|
|
Square150x150LogoUri="ms-appdata:///local/Pins/MSEdge._pin_liejfngppphclkplgppaghabld/Logo.png"
|
|
Wide310x150LogoUri="ms-appx:///"
|
|
Square310x310LogoUri="ms-appx:///"
|
|
ShowNameOnSquare150x150Logo="true"
|
|
ShowNameOnWide310x150Logo="false" BackgroundColor="#efefef" ForegroundText="light"
|
|
/>
|
|
```
|