De acuerdo a un tweet publicado, hace unas horas, el equipo de Office365 ha cambiado el nombre de atajo de los iconos, esto dentro de la funcionalidad de clic to run a la hora de crear el archivo .xml o exportarlo con el comando export startlayout.
Por lo anterior, para aquellas personas que están en estos momento desplegando su producto de Office 365 en su empresa. podemos seguir este post que realice hace unos meses sobre el tema de implementacion.
Implementar StartLayout y Taskbar personalizados en Windows 10 mediante GPO, MDT, ICD
Implementar Office 365 en tu Organización
Nueva Sintaxis:
<start:Group Name=»Office 2016″>
<start:DesktopApplicationTile Size=»2×2″ Column=»2″ Row=»0″ DesktopApplicationLinkPath=»%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Excel.lnk» />
<start:DesktopApplicationTile Size=»2×2″ Column=»2″ Row=»2″ DesktopApplicationLinkPath=»%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\OneNote 2016.lnk» />
<start:DesktopApplicationTile Size=»2×2″ Column=»4″ Row=»2″ DesktopApplicationLinkPath=»%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Outlook.lnk» />
<start:DesktopApplicationTile Size=»2×2″ Column=»4″ Row=»0″ DesktopApplicationLinkPath=»%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\PowerPoint.lnk» />
<start:DesktopApplicationTile Size=»2×2″ Column=»0″ Row=»2″ DesktopApplicationLinkPath=»%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Skype for Business.lnk» />
<start:DesktopApplicationTile Size=»2×2″ Column=»0″ Row=»0″ DesktopApplicationLinkPath=»%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Word.lnk» />
</start:Group>
Sintaxis anterior:
<start:Group Name=»Office 2016″>
<start:DesktopApplicationTile Size=»2×2″ Column=»2″ Row=»0″ DesktopApplicationLinkPath=»%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Excel 2016.lnk» />
<start:DesktopApplicationTile Size=»2×2″ Column=»2″ Row=»2″ DesktopApplicationLinkPath=»%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\OneNote 2016.lnk» />
<start:DesktopApplicationTile Size=»2×2″ Column=»4″ Row=»2″ DesktopApplicationLinkPath=»%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Outlook 2016.lnk» />
<start:DesktopApplicationTile Size=»2×2″ Column=»4″ Row=»0″ DesktopApplicationLinkPath=»%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\PowerPoint 2016.lnk» />
<start:DesktopApplicationTile Size=»2×2″ Column=»0″ Row=»2″ DesktopApplicationLinkPath=»%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Skype for Business 2016.lnk» />
<start:DesktopApplicationTile Size=»2×2″ Column=»0″ Row=»0″ DesktopApplicationLinkPath=»%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Word 2016.lnk» />
</start:Group>