Jump to content

Startmenue und Taskbar anpassen für DefaultUser


Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Empfohlene Beiträge

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="{&quot;Geoposition&quot;:{&quot;Latitude&quot;:52.520000457763672,&quot;Longitude&quot;:13.409999847412109,&quot;Altitude&quot;:0.0},&quot;Locality&quot;:&quot;Berlin&quot;,&quot;AdminDistrict1&quot;:&quot;BE&quot;,&quot;AdminDistrict2&quot;:&quot;Berlin&quot;,&quot;CountryOrRegion&quot;:&quot;Deutschland&quot;,&quot;CountryCode&quot;:&quot;DE&quot;,&quot;EntityType&quot;:&quot;Address&quot;,&quot;Name&quot;:&quot;Rathausstraße 91, 10178 Berlin&quot;,&quot;NameId&quot;:&quot;Berlin BE Berlin Deutschland&quot;,&quot;DisplayName&quot;:&quot;Berlin, BE&quot;,&quot;BoundingBoxSW&quot;:{&quot;Latitude&quot;:52.5158032824293,&quot;Longitude&quot;:13.4016746808385,&quot;Altitude&quot;:0.0},&quot;BoundingBoxNE&quot;:{&quot;Latitude&quot;:52.5235287175707,&quot;Longitude&quot;:13.4186013191615,&quot;Altitude&quot;:0.0},&quot;IsLegacyHomeLocation&quot;:false,&quot;ShortDisplayName&quot;:&quot;Berlin&quot;}" 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

 

bearbeitet von stefan4711
Link zu diesem Kommentar
Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Schreibe einen Kommentar

Du kannst jetzt antworten und Dich später registrieren. Falls Du bereits ein Mitglied bist, logge Dich jetzt ein.

Gast
Auf dieses Thema antworten...

×   Du hast formatierten Text eingefügt.   Formatierung jetzt entfernen

  Only 75 emoji are allowed.

×   Dein Link wurde automatisch eingebettet.   Einbetten rückgängig machen und als Link darstellen

×   Dein vorheriger Inhalt wurde wiederhergestellt.   Editor-Fenster leeren

×   Du kannst Bilder nicht direkt einfügen. Lade Bilder hoch oder lade sie von einer URL.

×
×
  • Neu erstellen...