stefan4711 0 Posted February 5 Report Share Posted February 5 (edited) Hallo allerseits, ich habe die Aufgabe eine Defaultanpassung des Startmenus und der Taskbar zu machen, welche per GPO verteilt werden soll. ich bin mittlerweile am verzweifeln, ich habe die entsprechenden Startanpassungen getätigt und per Powershell exportiert. Dann habe ich die entsprechende TaskbarSection eingefügt, die grundsätzliche Struktur sieht so aus, wie auf den MS Seiten beschrieben, und trotzdem, geht entweder nur die Taskbar oder die Kacheln, was ist bitte mit meiner XML falsch? Es wurden hier auch nur Standardapps verwenden die von allen Usern verwendbar sind, daran sollte es also nicht liegen, dass hier im Startmenu nur 2 Symbole erscheinen <?xml version="1.0" encoding="utf-8"?> <LayoutModificationTemplate xmlns="http://schemas.microsoft.com/Start/2014/LayoutModification" xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout" xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout" xmlns:taskbar="http://schemas.microsoft.com/Start/2014/TaskbarLayout" Version="1"> <LayoutOptions StartTileGroupCellWidth="6" StartTileGroupsColumnCount="1" /> <DefaultLayoutOverride> <StartLayoutCollection> <defaultlayout:StartLayout GroupCellWidth="8"> <start:Group Name="Produktivität"> <start:DesktopApplicationTile Size="2x2" Column="0" Row="0" DesktopApplicationID="308046B0AF4A39CB" /> <start:Tile Size="2x2" Column="6" Row="2" AppUserModelID="Microsoft.ScreenSketch_8wekyb3d8bbwe!App" /> <start:DesktopApplicationTile Size="2x2" Column="0" Row="4" DesktopApplicationID="Microsoft.Office.OUTLOOK.EXE.16" /> <start:Tile Size="2x2" Column="0" Row="6" AppUserModelID="Microsoft.WindowsMaps_8wekyb3d8bbwe!App" /> <start:Tile Size="2x2" Column="6" Row="0" AppUserModelID="Microsoft.WindowsAlarms_8wekyb3d8bbwe!App" /> <start:Tile Size="2x2" Column="4" Row="6" AppUserModelID="Microsoft.MSPaint_8wekyb3d8bbwe!Microsoft.MSPaint" /> <start:DesktopApplicationTile Size="2x2" Column="4" Row="4" DesktopApplicationID="{6D809377-6AF0-444B-8957-A3773F02200E}\Microsoft Office\Office16\WINWORD.EXE" /> <start:Tile Size="2x2" Column="0" Row="2" AppUserModelID="Microsoft.Windows.Photos_8wekyb3d8bbwe!App" /> <start:Tile Size="2x2" Column="6" Row="6" AppUserModelID="Microsoft.SkypeApp_kzf8qxf38zg5c!App" /> <start:DesktopApplicationTile Size="2x2" Column="6" Row="4" DesktopApplicationID="{6D809377-6AF0-444B-8957-A3773F02200E}\Microsoft Office\Office16\POWERPNT.EXE" /> <start:SecondaryTile AppUserModelID="Microsoft.BingWeather_8wekyb3d8bbwe!App" TileID="52.52_13.41" DisplayName="" Size="4x4" Column="2" Row="0" Arguments="{"Geoposition":{"Latitude":52.520000457763672,"Longitude":13.409999847412109,"Altitude":0.0},"Locality":"Berlin","AdminDistrict1":"BE","AdminDistrict2":"Berlin","CountryOrRegion":"Deutschland","CountryCode":"DE","EntityType":"Address","Name":"Rathausstraße 91, 10178 Berlin","NameId":"Berlin BE Berlin Deutschland","DisplayName":"Berlin, BE","BoundingBoxSW":{"Latitude":52.5158032824293,"Longitude":13.4016746808385,"Altitude":0.0},"BoundingBoxNE":{"Latitude":52.5235287175707,"Longitude":13.4186013191615,"Altitude":0.0},"IsLegacyHomeLocation":false,"ShortDisplayName":"Berlin"}" Square71x71LogoUri="ms-appx:///Assets/AppTiles/WeatherSmallTile.png" Square150x150LogoUri="ms-appx:///Assets/AppTiles/WeatherMedTile.png" Wide310x150LogoUri="ms-appx:///Assets/AppTiles/WeatherWideTile.png" Square310x310LogoUri="ms-appx:///Assets/AppTiles/WeatherLargeTile.png" ShowNameOnSquare150x150Logo="true" ShowNameOnWide310x150Logo="true" BackgroundColor="#00ffffff" ForegroundText="light" /> <start:DesktopApplicationTile Size="2x2" Column="2" Row="4" DesktopApplicationID="{6D809377-6AF0-444B-8957-A3773F02200E}\Microsoft Office\Office16\EXCEL.EXE" /> </start:Group> </defaultlayout:StartLayout> </StartLayoutCollection> </DefaultLayoutOverride> <CustomTaskbarLayoutCollection PinListPlacement="Replace"> <defaultlayout:TaskbarLayout> <taskbar:TaskbarPinList> <taskbar:DesktopApp DesktopApplicationLinkPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\System Tools\File Explorer.lnk" /> <taskbar:DesktopApp DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programme\Outlook 2016.lnk" /> <taskbar:DesktopApp DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programme\Word 2016.lnk" /> <taskbar:DesktopApp DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programme\Excel 2016.lnk" /> </taskbar:TaskbarPinList> </defaultlayout:TaskbarLayout> </CustomTaskbarLayoutCollection> </LayoutModificationTemplate> Vielen Dank i.V. lg Stefan Edited February 5 by stefan4711 Quote Link to post
daabm 430 Posted February 5 Report Share Posted February 5 Ich zitiere für Dich mal die Beschreibung dieses Unter-Forums: Die MCSEboard.de Member Lounge: Small Talk Forum — Bitte keine technischen Fragen Schau Dich mal auf der Startseite um, Du findest sicher den richtigen Platz Oder ein Mod verschiebt Deine Frage... Quote Link to post
Damian 300 Posted February 5 Report Share Posted February 5 vor 38 Minuten schrieb daabm: Oder ein Mod verschiebt Deine Frage... Erledigt. 1 2 Quote Link to post
stefan4711 0 Posted February 7 Author Report Share Posted February 7 hängt das vielleicht damit zusammen, dass das bei der aktuellesten Windowsversion nicht mehr funktioniert? Quote Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.