[Solved] How to export Windows 11 22H2 start menu layout?

Discussion in 'Windows 11' started by Windows 10 User, Sep 5, 2023.

  1. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,863
    1,524
    60
    Try replacing
    Code:
    install.wim\Users\Default\AppData\Local\Microsoft\Windows\Shell\DefaultLayouts.xml
    with modded .xml

    Or add
    Code:
    LayoutModification.xml
    to
    Code:
    install.wim\Users\Default\AppData\Local\Microsoft\Windows\Shell\
     
  2. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    90
    Mine is Enterprise and it still doesn't work for new installs, only for current ones. Anyway, is it possible to remove all recommended apps (but not one by one after installing Windows) but not the recommended section itself, then?

    And what would be the modded XML's/LayoutModification.XML's content?
     
  3. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,863
    1,524
    60
    Setup online system StartMenu as you would like it to be.

    Use this command
    Code:
    PowerShell -C Export-StartLayout -UseDesktopApplicationID -Path C:\LayoutModification.xml
    Add to
    Code:
    install.wim\Users\Default\AppData\Local\Microsoft\Windows\Shell\
    Also works for new user with an online system as well.;)
     
  4. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    90
    It didn't work, even after using the "Packages" folder with it and disabling the mentioned settings with NTLite.
     
  5. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,863
    1,524
    60
    Works on Windows 10, that why i said, I don't know. try the method i posted see if it works.;)
     
  6. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    90
    Like I said, it didn't work.
     
  7. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,350
    2,523
    120
    Set up the Start menu the way you like it. Logout/login.
    - This is the file the Start menu is saved in: C:\Users\XXX\AppData\Local\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\LocalState\start2.bin

    - On your Windows 11 USB, create: x:\sources\$OEM$\$1\Users\Default\AppData\Local\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\LocalState
    - copy start2.bin to that folder

    With this, when Windows 11 is installed, the first user, and ANY user created, will have that Start menu layout.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    90
    Already did that but that only affects the pinned section, not the recommended one as well.
     
  9. DavidinCT

    DavidinCT MDL Addicted

    May 9, 2015
    536
    100
    30
    OK, let's add something to this. I use MDT (Microsoft Deployment Services). I would like to customize the Windows 11 start menu, AND taskbar bar (shortcuts), then want to apply it to every user that logs into that machine. I can't do it at the ISO level, because it would customize for every department. I need to do it after Windows is installed but before any user logs in (besides the local admin).

    The shortcuts will be for custom applications that are installed AFTER Windows is installed.

    Is it possible import this custom start menu AND Taskbar shortcuts?
     
  10. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,350
    2,523
    120
    yes in user default
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...