diff --git a/windows/configuration/customize-and-export-start-layout.md b/windows/configuration/customize-and-export-start-layout.md index adf99d68fe..8a06655003 100644 --- a/windows/configuration/customize-and-export-start-layout.md +++ b/windows/configuration/customize-and-export-start-layout.md @@ -122,6 +122,9 @@ When you have the Start layout that you want your users to see, use the [Export- +>[!IMPORTANT] +>If the Start layout that you export contains tiles for desktop (Win32) apps or .url links, **Export-StartLayout** will use **DesktopApplicationLinkPath** in the resulting file. Use a text or XML editor to change **DesktopApplicationLinkPath** to **DesktopApplicationID**. See [Specify Start tiles](start-layout-xml-desktop.md#specify-start-tiles) for details on using the app ID in place of the link path. + ## Configure a partial Start layout diff --git a/windows/configuration/start-layout-xml-desktop.md b/windows/configuration/start-layout-xml-desktop.md index c103eb3576..40ccf85845 100644 --- a/windows/configuration/start-layout-xml-desktop.md +++ b/windows/configuration/start-layout-xml-desktop.md @@ -160,35 +160,40 @@ You can use the **start:DesktopApplicationTile** tag to pin a Windows desktop ap - By using a path to a shortcut link (.lnk file) to a Windows desktop application. - To pin a Windows desktop application through this method, you must first add the .lnk file in the specified location when the device first boots. + >[!NOTE] + >In Start layouts for Windows 10, version 1703, you should use **DesktopApplicationID** rather than **DesktopApplicationLinkPath** if you are using Group Policy or MDM to apply the start layout and the application was installed after the user's first sign-in. - The following example shows how to pin the Command Prompt: + To pin a Windows desktop application through this method, you must first add the .lnk file in the specified location when the device first boots. - ```XML - - ``` + ``` - You must set the **DesktopApplicationLinkPath** attribute to the .lnk file that points to the Windows desktop application. The path also supports environment variables. + You must set the **DesktopApplicationLinkPath** attribute to the .lnk file that points to the Windows desktop application. The path also supports environment variables. - If you are pointing to a third-party Windows desktop application, you must put the .lnk file in a legacy Start Menu directory before first boot; for example, "%APPDATA%\Microsoft\Windows\Start Menu\Programs\" or the all users profile "%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\". + If you are pointing to a third-party Windows desktop application and the layout is being applied before the first boot, you must put the .lnk file in a legacy Start Menu directory before first boot; for example, "%APPDATA%\Microsoft\Windows\Start Menu\Programs\" or the all users profile "%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\". - By using the application's application user model ID, if this is known. If the Windows desktop application doesn't have one, use the shortcut link option. - To pin a Windows desktop application through this method, you must set the **DesktopApplicationID** attribute to the application user model ID that's associated with the corresponding app. + You can use the [Get-StartApps cmdlet](https://technet.microsoft.com/library/dn283402.aspx) on a PC that has the application pinned to Start to obtain the app ID. - The following example shows how to pin the Internet Explorer Windows desktop application: + To pin a Windows desktop application through this method, you must set the **DesktopApplicationID** attribute to the application user model ID that's associated with the corresponding app. - ```XML + The following example shows how to pin the Internet Explorer Windows desktop application: + + ```XML - ``` + ``` You can also use the **start:DesktopApplicationTile** tag as one of the methods for pinning a Web link to Start. The other method is to use a Microsoft Edge secondary tile. @@ -205,6 +210,9 @@ The following example shows how to create a tile of the Web site's URL, which yo Column="2"/> ``` +>[!NOTE] +>In Windows 10, version 1703, **Export-StartLayout** will use **DesktopApplicationLinkPath** for the .url shortcut. You must change **DesktopApplicationLinkPath** to **DesktopApplicationID** and provide the URL. + #### start:SecondaryTile You can use the **start:SecondaryTile** tag to pin a Web link through a Microsoft Edge secondary tile. This method doesn't require any additional action compared to the method of using legacy .url shortcuts (through the start:DesktopApplicationTile tag). @@ -273,6 +281,9 @@ The following example shows how to modify your LayoutModification.xml file to ad You can use the **AppendOfficeSuite** tag to add the in-box installed Office suite of apps to Start. +>[!NOTE] +>The OEM must have installed Office for this tag to work. + The following example shows how to add the **AppendOfficeSuite** tag to your LayoutModification.xml file to append the full Universal Office suite to Start: ```XML @@ -289,6 +300,9 @@ The following example shows how to add the **AppendOfficeSuite** tag to your Lay You can use the **AppendDownloadOfficeTile** tag to append the Office trial installer to Start. This tag adds the Download Office tile to Start and the download tile will appear at the bottom right-hand side of the second group. +>[!NOTE] +>The OEM must have installed the Office trial installer for this tag to work. + The following example shows how to add the **AppendDownloadOfficeTile** tag to your LayoutModification.xml file: ```XML