Import-StartLayout doesn't change anything












8














I'm trying to create a layout template on Windows 10 using the Export/Import-StartLayout commands.



Here's what I've done.




  1. Open an admin PowerShell window.

  2. Run Export-StartLayout -Path layout.xml.

  3. Unpin some tiles from my start menu

  4. Run Import-StartLayout -LayoutPath layout.xml -MountPath C:


When I look at my start menu now, the tiles I remove haven't come back. The Import command gives me no errors.



Am I using the commands wrong? Is there something else I need to do before/afterwards?



Here's the contents of 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:UsersJozsefAppDataRoamingSpotifySpotify.exe" />
<start:DesktopApplicationTile Size="2x2" Column="0" Row="2" DesktopApplicationID="{6D809377-6AF0-444B-8957-A3773F02200E}NetBeans 8.0.2binnetbeans64.exe" />
<start:DesktopApplicationTile Size="2x2" Column="2" Row="0" DesktopApplicationID="{6D809377-6AF0-444B-8957-A3773F02200E}HeidiSQLheidisql.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>









share|improve this question






















  • If I understand correctly, importing the layout will only modify the default user. As such, changes wouldn’t affect existing user profiles.
    – Daniel B
    Aug 24 '16 at 13:36
















8














I'm trying to create a layout template on Windows 10 using the Export/Import-StartLayout commands.



Here's what I've done.




  1. Open an admin PowerShell window.

  2. Run Export-StartLayout -Path layout.xml.

  3. Unpin some tiles from my start menu

  4. Run Import-StartLayout -LayoutPath layout.xml -MountPath C:


When I look at my start menu now, the tiles I remove haven't come back. The Import command gives me no errors.



Am I using the commands wrong? Is there something else I need to do before/afterwards?



Here's the contents of 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:UsersJozsefAppDataRoamingSpotifySpotify.exe" />
<start:DesktopApplicationTile Size="2x2" Column="0" Row="2" DesktopApplicationID="{6D809377-6AF0-444B-8957-A3773F02200E}NetBeans 8.0.2binnetbeans64.exe" />
<start:DesktopApplicationTile Size="2x2" Column="2" Row="0" DesktopApplicationID="{6D809377-6AF0-444B-8957-A3773F02200E}HeidiSQLheidisql.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>









share|improve this question






















  • If I understand correctly, importing the layout will only modify the default user. As such, changes wouldn’t affect existing user profiles.
    – Daniel B
    Aug 24 '16 at 13:36














8












8








8


2





I'm trying to create a layout template on Windows 10 using the Export/Import-StartLayout commands.



Here's what I've done.




  1. Open an admin PowerShell window.

  2. Run Export-StartLayout -Path layout.xml.

  3. Unpin some tiles from my start menu

  4. Run Import-StartLayout -LayoutPath layout.xml -MountPath C:


When I look at my start menu now, the tiles I remove haven't come back. The Import command gives me no errors.



Am I using the commands wrong? Is there something else I need to do before/afterwards?



Here's the contents of 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:UsersJozsefAppDataRoamingSpotifySpotify.exe" />
<start:DesktopApplicationTile Size="2x2" Column="0" Row="2" DesktopApplicationID="{6D809377-6AF0-444B-8957-A3773F02200E}NetBeans 8.0.2binnetbeans64.exe" />
<start:DesktopApplicationTile Size="2x2" Column="2" Row="0" DesktopApplicationID="{6D809377-6AF0-444B-8957-A3773F02200E}HeidiSQLheidisql.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>









share|improve this question













I'm trying to create a layout template on Windows 10 using the Export/Import-StartLayout commands.



Here's what I've done.




  1. Open an admin PowerShell window.

  2. Run Export-StartLayout -Path layout.xml.

  3. Unpin some tiles from my start menu

  4. Run Import-StartLayout -LayoutPath layout.xml -MountPath C:


When I look at my start menu now, the tiles I remove haven't come back. The Import command gives me no errors.



Am I using the commands wrong? Is there something else I need to do before/afterwards?



Here's the contents of 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:UsersJozsefAppDataRoamingSpotifySpotify.exe" />
<start:DesktopApplicationTile Size="2x2" Column="0" Row="2" DesktopApplicationID="{6D809377-6AF0-444B-8957-A3773F02200E}NetBeans 8.0.2binnetbeans64.exe" />
<start:DesktopApplicationTile Size="2x2" Column="2" Row="0" DesktopApplicationID="{6D809377-6AF0-444B-8957-A3773F02200E}HeidiSQLheidisql.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>






windows-10 powershell






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Aug 24 '16 at 13:22









TMHTMH

2851214




2851214












  • If I understand correctly, importing the layout will only modify the default user. As such, changes wouldn’t affect existing user profiles.
    – Daniel B
    Aug 24 '16 at 13:36


















  • If I understand correctly, importing the layout will only modify the default user. As such, changes wouldn’t affect existing user profiles.
    – Daniel B
    Aug 24 '16 at 13:36
















If I understand correctly, importing the layout will only modify the default user. As such, changes wouldn’t affect existing user profiles.
– Daniel B
Aug 24 '16 at 13:36




If I understand correctly, importing the layout will only modify the default user. As such, changes wouldn’t affect existing user profiles.
– Daniel B
Aug 24 '16 at 13:36










2 Answers
2






active

oldest

votes


















11














The Import-StartLayout command only works in the default user profile. It is used for creating and deploying windows 10 system images. It does not work in the current users profile or any other already created profiles.



Source
and prior experience.






share|improve this answer

















  • 1




    After baging my head (hard) against the same issue, I can confirm that Export-StartLayout + Import-StartLayout works with the default profile only. I'm looking for an alternative: superuser.com/questions/1194556/…
    – Dr. Gianluigi Zane Zanettini
    Apr 1 '17 at 13:27












  • After using Import-StartLayout to set a default start menu layout in the default profile, when a new user creates a profile, and that default start menu layout is applied, can the user make further changes to the start menu layout? or is it locked and set in stone for them?
    – Baodad
    Jul 5 '18 at 15:09






  • 1




    @Baodad - The user can make changes as and when they choose
    – Joe Taylor
    Jul 9 '18 at 13:22



















0














Export:




  1. Open an admin PowerShell window

  2. Run Export-StartLayout -Path layout.xml




Import for current user:




  1. Import layout.xml via Group Policy

  2. Kill explorer.exe

  3. Start explorer.exe

  4. Disable Group Policy

  5. Kill explorer.exe

  6. Start explorer.exe

  7. You are done :-) You now have layout imported from xml file


Without step 4 Menu Start tiles will be locked






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1117136%2fimport-startlayout-doesnt-change-anything%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    11














    The Import-StartLayout command only works in the default user profile. It is used for creating and deploying windows 10 system images. It does not work in the current users profile or any other already created profiles.



    Source
    and prior experience.






    share|improve this answer

















    • 1




      After baging my head (hard) against the same issue, I can confirm that Export-StartLayout + Import-StartLayout works with the default profile only. I'm looking for an alternative: superuser.com/questions/1194556/…
      – Dr. Gianluigi Zane Zanettini
      Apr 1 '17 at 13:27












    • After using Import-StartLayout to set a default start menu layout in the default profile, when a new user creates a profile, and that default start menu layout is applied, can the user make further changes to the start menu layout? or is it locked and set in stone for them?
      – Baodad
      Jul 5 '18 at 15:09






    • 1




      @Baodad - The user can make changes as and when they choose
      – Joe Taylor
      Jul 9 '18 at 13:22
















    11














    The Import-StartLayout command only works in the default user profile. It is used for creating and deploying windows 10 system images. It does not work in the current users profile or any other already created profiles.



    Source
    and prior experience.






    share|improve this answer

















    • 1




      After baging my head (hard) against the same issue, I can confirm that Export-StartLayout + Import-StartLayout works with the default profile only. I'm looking for an alternative: superuser.com/questions/1194556/…
      – Dr. Gianluigi Zane Zanettini
      Apr 1 '17 at 13:27












    • After using Import-StartLayout to set a default start menu layout in the default profile, when a new user creates a profile, and that default start menu layout is applied, can the user make further changes to the start menu layout? or is it locked and set in stone for them?
      – Baodad
      Jul 5 '18 at 15:09






    • 1




      @Baodad - The user can make changes as and when they choose
      – Joe Taylor
      Jul 9 '18 at 13:22














    11












    11








    11






    The Import-StartLayout command only works in the default user profile. It is used for creating and deploying windows 10 system images. It does not work in the current users profile or any other already created profiles.



    Source
    and prior experience.






    share|improve this answer












    The Import-StartLayout command only works in the default user profile. It is used for creating and deploying windows 10 system images. It does not work in the current users profile or any other already created profiles.



    Source
    and prior experience.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Aug 24 '16 at 13:42









    Joe TaylorJoe Taylor

    10.4k74166




    10.4k74166








    • 1




      After baging my head (hard) against the same issue, I can confirm that Export-StartLayout + Import-StartLayout works with the default profile only. I'm looking for an alternative: superuser.com/questions/1194556/…
      – Dr. Gianluigi Zane Zanettini
      Apr 1 '17 at 13:27












    • After using Import-StartLayout to set a default start menu layout in the default profile, when a new user creates a profile, and that default start menu layout is applied, can the user make further changes to the start menu layout? or is it locked and set in stone for them?
      – Baodad
      Jul 5 '18 at 15:09






    • 1




      @Baodad - The user can make changes as and when they choose
      – Joe Taylor
      Jul 9 '18 at 13:22














    • 1




      After baging my head (hard) against the same issue, I can confirm that Export-StartLayout + Import-StartLayout works with the default profile only. I'm looking for an alternative: superuser.com/questions/1194556/…
      – Dr. Gianluigi Zane Zanettini
      Apr 1 '17 at 13:27












    • After using Import-StartLayout to set a default start menu layout in the default profile, when a new user creates a profile, and that default start menu layout is applied, can the user make further changes to the start menu layout? or is it locked and set in stone for them?
      – Baodad
      Jul 5 '18 at 15:09






    • 1




      @Baodad - The user can make changes as and when they choose
      – Joe Taylor
      Jul 9 '18 at 13:22








    1




    1




    After baging my head (hard) against the same issue, I can confirm that Export-StartLayout + Import-StartLayout works with the default profile only. I'm looking for an alternative: superuser.com/questions/1194556/…
    – Dr. Gianluigi Zane Zanettini
    Apr 1 '17 at 13:27






    After baging my head (hard) against the same issue, I can confirm that Export-StartLayout + Import-StartLayout works with the default profile only. I'm looking for an alternative: superuser.com/questions/1194556/…
    – Dr. Gianluigi Zane Zanettini
    Apr 1 '17 at 13:27














    After using Import-StartLayout to set a default start menu layout in the default profile, when a new user creates a profile, and that default start menu layout is applied, can the user make further changes to the start menu layout? or is it locked and set in stone for them?
    – Baodad
    Jul 5 '18 at 15:09




    After using Import-StartLayout to set a default start menu layout in the default profile, when a new user creates a profile, and that default start menu layout is applied, can the user make further changes to the start menu layout? or is it locked and set in stone for them?
    – Baodad
    Jul 5 '18 at 15:09




    1




    1




    @Baodad - The user can make changes as and when they choose
    – Joe Taylor
    Jul 9 '18 at 13:22




    @Baodad - The user can make changes as and when they choose
    – Joe Taylor
    Jul 9 '18 at 13:22













    0














    Export:




    1. Open an admin PowerShell window

    2. Run Export-StartLayout -Path layout.xml




    Import for current user:




    1. Import layout.xml via Group Policy

    2. Kill explorer.exe

    3. Start explorer.exe

    4. Disable Group Policy

    5. Kill explorer.exe

    6. Start explorer.exe

    7. You are done :-) You now have layout imported from xml file


    Without step 4 Menu Start tiles will be locked






    share|improve this answer




























      0














      Export:




      1. Open an admin PowerShell window

      2. Run Export-StartLayout -Path layout.xml




      Import for current user:




      1. Import layout.xml via Group Policy

      2. Kill explorer.exe

      3. Start explorer.exe

      4. Disable Group Policy

      5. Kill explorer.exe

      6. Start explorer.exe

      7. You are done :-) You now have layout imported from xml file


      Without step 4 Menu Start tiles will be locked






      share|improve this answer


























        0












        0








        0






        Export:




        1. Open an admin PowerShell window

        2. Run Export-StartLayout -Path layout.xml




        Import for current user:




        1. Import layout.xml via Group Policy

        2. Kill explorer.exe

        3. Start explorer.exe

        4. Disable Group Policy

        5. Kill explorer.exe

        6. Start explorer.exe

        7. You are done :-) You now have layout imported from xml file


        Without step 4 Menu Start tiles will be locked






        share|improve this answer














        Export:




        1. Open an admin PowerShell window

        2. Run Export-StartLayout -Path layout.xml




        Import for current user:




        1. Import layout.xml via Group Policy

        2. Kill explorer.exe

        3. Start explorer.exe

        4. Disable Group Policy

        5. Kill explorer.exe

        6. Start explorer.exe

        7. You are done :-) You now have layout imported from xml file


        Without step 4 Menu Start tiles will be locked







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Dec 15 '18 at 17:29

























        answered Dec 15 '18 at 17:22









        qewghbjhbqewghbjhb

        33




        33






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1117136%2fimport-startlayout-doesnt-change-anything%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Plaza Victoria

            In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

            How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...