leo-le
Goto Top

Kacheln aus W10Pro ausblenden

Hallo Forum,

ich habe mir eine Startlayout.xml erstellt.( Desktop eingerichtet und per export -path usw. per gpo verteilt)
Funktioniert auch soweit alles, bis auf das ich den Bereich der Kacheln trotzdem bearbeitbar machen möchte.

Ich habe zusätzlich LayoutCustomizationRestrictionType="OnlySpecifiedGroups" hinzugefügt, sodass nur der festgelegte Bereich nicht änderbar ist.
Gibt es hier die Möglichkeit, dass auch dieser Bereich veränderbar wird?

<LayoutModificationTemplate Version="1" xmlns="http://schemas.microsoft.com/Start/2014/LayoutModification">
<LayoutOptions StartTileGroupCellWidth="6" />
<DerfaultLayoutOverride LayoutCustomizationRestrictionType="">
<StartLayoutCollection >
<defaultlayout:StartLayout GroupCellWidth="6" xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout">
<start:Group Name="Office" xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout">
<start:DesktopApplicationTile Size="2x2" Column="0" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Microsoft Office\Microsoft Word 2010.lnk" />
<start:DesktopApplicationTile Size="2x2" Column="2" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Microsoft Office\Microsoft Excel 2010.lnk" />
<start:DesktopApplicationTile Size="2x2" Column="4" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Microsoft Office\Microsoft Outlook 2010.lnk" />
<start:DesktopApplicationTile Size="2x2" Column="0" Row="2" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Microsoft Office\Microsoft PowerPoint 2010.lnk" />
<start:DesktopApplicationTile Size="2x2" Column="2" Row="2" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\*
Connection.lnk" />
<start:DesktopApplicationTile Size="2x2" Column="4" Row="2" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\
</start:Group>
</defaultlayout:StartLayout>
</StartLayoutCollection>
</DefaultLayoutOverride>
</LayoutModificationTemplate>

Vielleicht habt ihr einen Tipp
Vielen Dank im voraus!

Content-Key: 321954

Url: https://administrator.de/contentid/321954

Printed on: April 19, 2024 at 16:04 o'clock

Mitglied: 131381
131381 Nov 24, 2016 at 21:22:28 (UTC)
Goto Top
Nö, geht nicht. Du kannst aber das Startlayout einmal per GPO auf die Clients anwenden und dann die GPO wieder deaktivieren dann bleibt das Layout so wie im Template, ist aber dann vom User veränderbar.

Gruß
Member: Leo-le
Leo-le Nov 25, 2016 at 11:04:23 (UTC)
Goto Top
Hallo mkrotik, danke für deine Antwort !
Hm.. das dachte ich mir schon fast. Hast du eine Idee, wie man das bei Neuanmeldungen realisieren könnte, sodass wenn sich ein neue Benutzer anmeldet zumindest das Template einmal geladen wird?