Start Layout in Windows 11 for All users

~OSD~ 2,201 Reputation points
2021-10-11T10:16:58.703+00:00

Hi,

Is it not supported /possible to override the Windows 11 default start layout?

I am trying to set the following start layout for all users:
139438-image.png

Following this article and created json file as
https://learn.microsoft.com/en-us/windows-hardware/customize/desktop/customize-the-windows-11-start-menu

{  
  "primaryOEMPins": [  
    { "packagedAppId": "Microsoft.Windows.Photos_8wekyb3d8bbwe!App" },  
    { "desktopAppId": "Chrome" },  
    { "desktopAppId": "308046B0AF4A39CB" },  
    { "desktopAppId": "{7C5A40EF-A0FB-4BFC-874A-C0F2E0B9FA8E}\\Notepad++\\notepad++.exe" }  
  ],  
  "secondaryOEMPins": [  
    { "desktopAppId": "::{20D04FE0-3AEA-1069-A2D8-08002B30309D}" },  
    { "packagedAppId": "windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel" }  
  ],  
  "firstRunOEMPins": [  
    { "packagedAppId": "Microsoft.WindowsNotepad_8wekyb3d8bbwe!App" }  
  ]  
}  

Now copied this LayoutModification.Json file in mounted image as:
D:\Mount\Users\Default\Appdata\Local\Microsoft\Windows\Shell

Once image is deployed, the result wasn't as expected:

139491-image.png

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} vote

2 answers

Sort by: Most helpful
  1. Limitless Technology 39,926 Reputation points
    2021-10-12T07:33:32.02+00:00

    Hi there,

    Have you tried looking into the Pin conflicts?

    Third-party apps: Before Microsoft attempts to pin a third-party app, it first checks whether the exact same app is already pinned by the OEM on any page. If it is, Microsoft keeps the OEM app pinned in its place.

    First-party apps defined by Microsoft on Page 1: Microsoft first-party apps (ex: Microsoft Edge, Mail, Store) pinned on Page 1 cannot be moved by the OEM. If the OEM attempts to pin one of these apps on Page 1 as well, it will be ignored.

    Elevating Microsoft first-party apps: OEMs may pin a Microsoft first-party app (ex: Calculator, Camera) on Page 1 and move its position to Page 1 so long as either it is not already pinned by Microsoft on Page 1 or is not pinned.


    If the reply is helpful, please Upvote and Accept it as an answer

    1 person found this answer helpful.
    0 comments No comments

  2. ~OSD~ 2,201 Reputation points
    2021-10-12T09:12:25.353+00:00

    Hi,

    Is it NOT possible to override default layout completely?

    What is really meant by "page1" in the following?
    139820-image.png

    Now eventually, some pins are back when connected to internet. But how to get rid from the promotional apps to be appear on the start?

    139845-image.png


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.