Ich versuche, unter Windows 10 eine Layoutvorlage mit den Befehlen Export / Import-StartLayout zu erstellen.
Folgendes habe ich getan.
- Öffnen Sie ein PowerShell-Administratorfenster.
- Ausführen
Export-StartLayout -Path layout.xml
. - Löse einige Kacheln aus meinem Startmenü
- Lauf
Import-StartLayout -LayoutPath layout.xml -MountPath C:\
Wenn ich jetzt auf mein Startmenü schaue, sind die Kacheln, die ich entferne, nicht zurückgekommen. Der Befehl Importieren gibt mir keine Fehler.
Benutze ich die Befehle falsch? Muss ich vorher / nachher noch etwas tun?
Hier ist der Inhalt von layout.xml
<LayoutModificationTemplate Version="1" xmlns="http://schemas.microsoft.com/Start/2014/LayoutModification">
<DefaultLayoutOverride>
<StartLayoutCollection>
<defaultlayout:StartLayout GroupCellWidth="6" xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout">
<start:Group Name="" xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout">
<start:DesktopApplicationTile Size="2x2" Column="4" Row="0" DesktopApplicationID="C:\Users\Jozsef\AppData\Roaming\Spotify\Spotify.exe" />
<start:DesktopApplicationTile Size="2x2" Column="0" Row="2" DesktopApplicationID="{6D809377-6AF0-444B-8957-A3773F02200E}\NetBeans 8.0.2\bin\netbeans64.exe" />
<start:DesktopApplicationTile Size="2x2" Column="2" Row="0" DesktopApplicationID="{6D809377-6AF0-444B-8957-A3773F02200E}\HeidiSQL\heidisql.exe" />
<start:DesktopApplicationTile Size="2x2" Column="0" Row="0" DesktopApplicationID="{7C5A40EF-A0FB-4BFC-874A-C0F2E0B9FA8E}\Notepad++\notepad++.exe" />
<start:Tile Size="2x2" Column="2" Row="2" AppUserModelID="Microsoft.WindowsCalculator_8wekyb3d8bbwe!App" />
</start:Group>
<start:Group Name="" xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout">
<start:Tile Size="2x2" Column="0" Row="0" AppUserModelID="microsoft.windowscommunicationsapps_8wekyb3d8bbwe!microsoft.windowslive.mail" />
</start:Group>
</defaultlayout:StartLayout>
</StartLayoutCollection>
</DefaultLayoutOverride>
</LayoutModificationTemplate>
Antworten:
Der Befehl Import-StartLayout funktioniert nur im Standardbenutzerprofil. Es wird zum Erstellen und Bereitstellen von Windows 10-Systemabbildern verwendet. Es funktioniert nicht im aktuellen Benutzerprofil oder in anderen bereits erstellten Profilen.
Quelle und vorherige Erfahrung.
quelle
Export-StartLayout + Import-StartLayout
mit dem Standardprofil funktioniert. Ich suche nach einer Alternative: superuser.com/questions/1194556/…Am einfachsten ist es, das Backup-Startmenü-Layout zu verwenden
Ein anderer Weg:
Export:
Export-StartLayout -Path layout.xml
Import für aktuellen Benutzer:
layout.xml
über Gruppenrichtlinienexplorer.exe
explorer.exe
explorer.exe
explorer.exe
Ohne Schritt 4 Menü Start Kacheln werden gesperrt
quelle