Windows 10 Startmenu und Taskbar Bereinigung
Hallo zusammen,
ich stehe gerade etwas auf dem Schlauch was die Startmenu- und Tastbarbereinigung angeht.
Es soll ein leeres Startmenü + Taskbar geladen werden, was der Benutzer im Nachgang selbstständig anpassen kann.
Import per PS läuft fehlerfrei, es wird aber nichts geleert - auch nicht bei neuen Usern, die ihren Firstlogin auf dem Gerät machen.
Habe ich da was übersehen?
Exportiert, geändert, importiert auf Windows 10 1909.
Besten Dank!
Tezzla
ich stehe gerade etwas auf dem Schlauch was die Startmenu- und Tastbarbereinigung angeht.
Es soll ein leeres Startmenü + Taskbar geladen werden, was der Benutzer im Nachgang selbstständig anpassen kann.
Import per PS läuft fehlerfrei, es wird aber nichts geleert - auch nicht bei neuen Usern, die ihren Firstlogin auf dem Gerät machen.
Habe ich da was übersehen?
<LayoutModificationTemplate xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout" xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout" Version="1" xmlns="http://schemas.microsoft.com/Start/2014/LayoutModification">
<LayoutOptions StartTileGroupCellWidth="6" />
<DefaultLayoutOverride LayoutCustomizationRestrictionType="OnlySpecifiedGroups">
<StartLayoutCollection>
<defaultlayout:StartLayout GroupCellWidth="6">
</StartLayoutCollection>
<CustomTaskbarLayoutCollection PinListPlacement="Replace">
<defaultlayout:TaskbarLayout>
<taskbar:TaskbarPinList>
<taskbar:DesktopApp DesktopApplicationLinkPath="#leaveempty"/>
</taskbar:TaskbarPinList>
</defaultlayout:TaskbarLayout>
</CustomTaskbarLayoutCollection>
</DefaultLayoutOverride>
</LayoutModificationTemplate>
Import-startlayout -LayoutPath "%PROJECTDIR%EmptyStartmenu.xml" -MountPath C:\ -verbose
Exportiert, geändert, importiert auf Windows 10 1909.
Besten Dank!
Tezzla
Please also mark the comments that contributed to the solution of the article
Content-ID: 558066
Url: https://administrator.de/contentid/558066
Printed on: October 7, 2024 at 03:10 o'clock
4 Comments
Latest comment
Mach mal folgendes:
Schau mal in den Ordner: \Users\Default\appdata\Local\Microsoft\Windows\Shell.
Dort sollte eine DefaultLayouts.xml liegen.
Wenn der Befehl funktioniert hat, liegt dann auch dort eine LayoutModification.xml.
Wenn die nicht da ist, hat der Befehl nicht funktioniert oder die Datei ist fehlerhaft.
Ich zeige Dir mal meine:
Schau mal in den Ordner: \Users\Default\appdata\Local\Microsoft\Windows\Shell.
Dort sollte eine DefaultLayouts.xml liegen.
Wenn der Befehl funktioniert hat, liegt dann auch dort eine LayoutModification.xml.
Wenn die nicht da ist, hat der Befehl nicht funktioniert oder die Datei ist fehlerhaft.
Ich zeige Dir mal meine:
<LayoutModificationTemplate xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout" xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout" Version="1" xmlns="http://schemas.microsoft.com/Start/2014/LayoutModification">
<LayoutOptions StartTileGroupCellWidth="6" />
<DefaultLayoutOverride>
<StartLayoutCollection>
<defaultlayout:StartLayout GroupCellWidth="6" />
</StartLayoutCollection>
</DefaultLayoutOverride>
</LayoutModificationTemplate>