Windows 10: Set Default Start Layout for Users in Windows 10

Discus and support Set Default Start Layout for Users in Windows 10 in Windows 10 Tutorials to solve the problem; How to: Set Default Start Layout for Users in Windows 10 How to Set Default Start Layout for Users in Windows 10 The Live Folders. If you... Discussion in 'Windows 10 Tutorials' started by Brink, Apr 9, 2018.

  1. Brink
    Brink New Member

    Set Default Start Layout for Users in Windows 10


    How to: Set Default Start Layout for Users in Windows 10

    How to Set Default Start Layout for Users in Windows 10


    The Live Folders.

    If you like, you can specify a default Start layout in Windows 10 for users and prevent them from changing it.

    *note This policy doesn't affect users from being able to resize the Start menu.

    This tutorial will show you how to set a default Start screen layout for specific or all users in Windows 10.

    *Warning You must be signed in as an administrator to set a default Start layout.


    CONTENTS:
    • In Preparation: To Export a Start Layout
    • Option One: Set Default Start Layout for All Users in Local Group Policy Editor
    • Option Two: Set Default Start Layout for Specific Users in Local Group Policy Editor
    • Option Three: Set Default Start Layout for All Users in Registry Editor

    EXAMPLE: Start layout in Windows 10

    Set Default Start Layout for Users in Windows 10 [​IMG]






    In Preparation [/i] To Export a Start Layout
    1. Set the Start layout to Live Folders for how you want it to be applied to users.

    2. When finished, open PowerShell.

    3. Copy and paste the command below into PowerShell, and press Enter to export the Start layout as a StartLayout.xml file on your desktop. (see screenshot below)
    *Arrow Export-StartLayout -Path "$env:UserProfile\Desktop\StartLayout.xml"


    Set Default Start Layout for Users in Windows 10 [​IMG]

    4. You can close the PowerShell window if you like.

    5. Move this StartLayout.xml file from your desktop to where you want to keep it saved at (ex: "C:\Start Layout"). (see screenshot below)

    Set Default Start Layout for Users in Windows 10 [​IMG]

    6. Make note of the full path of this StartLayout.xml file (ex: "C:\Start Layout\StartLayout.xml"). You will need to know this in Option One,
    Option Two, or Option Three below.






    OPTION ONE [/i] Set Default Start Layout for All Users in Local Group Policy Editor

    *note The Local Group Policy Editor is only available in the Windows 10 Pro, Enterprise, and Education editions.

    All editions can use Option Three below.
    1. Open the Local Group Policy Editor.

    2. In the left pane of the Local Group Policy Editor, click/tap on to expand Computer Configuration, Administrative Templates, and Start Menu and Taskbar. (see screenshot below)

    Set Default Start Layout for Users in Windows 10 [​IMG]

    3. In the right pane of Start Menu and Taskbar, double click/tap on the Start Layout policy to edit it. (see screenshot above)

    4. Do step 5 (set) or step 6 (unset) below for what you would like to do.


    5. To Set Default Start Layout for All Users
    A) Select (dot) Enabled. (see screenshot below)

    B) Enter the full path of the StartLayout.xml file (ex: "C:\Start Layout\StartLayout.xml") from In Preparation above into the Start Layout File field in Options.

    C) Click/tap on OK, and go to step 7 below.

    6. To Unset Default Start Layout for All Users
    A) Select (dot) Not Configured or Disabled, click/tap on OK, and go to step 7 below. (see screenshot below)

    *note Not Configured is the default setting.


    Set Default Start Layout for Users in Windows 10 [​IMG]

    7. Close the Local Group Policy Editor.

    8. Restart the computer to apply.





    OPTION TWO [/i] Set Default Start Layout for Specific Users in Local Group Policy Editor

    *note The Local Group Policy Editor is only available in the Windows 10 Pro, Enterprise, and Education editions.

    All editions can use Option Three below.
    1. Open the all users except administrators Local Group Policy Editor for how you want this policy applied.

    2. In the left pane of the Local Group Policy Editor, click/tap on to expand User Configuration, Administrative Templates, and Start Menu and Taskbar. (see screenshot below)

    Set Default Start Layout for Users in Windows 10 [​IMG]

    3. In the right pane of Start Menu and Taskbar, double click/tap on the Start Layout policy to edit it. (see screenshot above)

    4. Do step 5 (set) or step 6 (unset) below for what you would like to do.


    5. To Set Default Start Layout
    A) Select (dot) Enabled. (see screenshot below)

    B) Enter the full path of the StartLayout.xml file (ex: "C:\Start Layout\StartLayout.xml") from In Preparation above into the Start Layout File field in Options.

    C) Click/tap on OK, and go to step 7 below.

    6. To Unset Default Start Layout
    A) Select (dot) Not Configured or Disabled, click/tap on OK, and go to step 7 below. (see screenshot below)

    *note Not Configured is the default setting.


    Set Default Start Layout for Users in Windows 10 [​IMG]

    7. Close the Local Group Policy Editor.

    8. Restart the computer to apply.





    OPTION THREE [/i] Set Default Start Layout for All Users in Registry Editor
    1. Press the Win+R keys to open Run, type regedit into Run, and click/tap on OK to open Registry Editor.

    2. Navigate to the key below in the left pane of Registry Editor. step 5 (undo) below. (see screenshot below)
    *Arrow HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer

    *note If you do not have an Explorer key, then right click on the Windows key, click/tap on New, click/tap on Key, type Explorer for the name, and press Enter.


    Set Default Start Layout for Users in Windows 10 [​IMG]

    3. Do step 4 (set) or step 5 (unset) below for what you would like to do.


    4. To Set Default Start Layout for All Users
    A) In the right pane of the Explorer key, double click/tap on the LockedStartLayout DWORD value to modify it. (see screenshot below step 2)

    *note If you do not have a LockedStartLayout DWORD, then right click on an empty area in the right pane of the Explorer key, click/tap on New, click/tap on DWORD (32-bit) Value, type LockedStartLayout for the name, and press Enter.

    B) Type 1, and click/tap on OK. (see screenshot below)

    *note This prevents users from being able to change the Start layout. Setting this to 0 instead, will allow them to.

    Set Default Start Layout for Users in Windows 10 [​IMG]

    C) In the right pane of the Explorer key, double click/tap on the StartLayoutFile REG_EXPAND_SZ value to modify it. (see screenshot below step 2)

    *note If you do not have a StartLayoutFile REG_EXPAND_SZ, then right click on an empty area in the right pane of the Explorer key, click/tap on New, click/tap on Expandable String Value, type StartLayoutFile for the name, and press Enter.

    D) Enter the full path of the StartLayout.xml file (ex: "C:\Start Layout\StartLayout.xml") from In Preparation above, click/tap on OK, and go to step 6 below. (see screenshot below)

    Set Default Start Layout for Users in Windows 10 [​IMG]


    5. To Unset Default Start Layout for All Users
    A) In the right pane of the Explorer key, select and right click on the LockedStartLayout DWORD StartLayoutFile REG_EXPAND_SZ values, and click/tap on Delete. (see screenshot below step 2)

    B) Click/tap on Yes to confirm, and go to step 6 below. (see screenshot below)

    Set Default Start Layout for Users in Windows 10 [​IMG]

    6. Close Registry Editor.

    7. Restart the computer to apply.

    That's it,
    Shawn


    Related Tutorials

    :)
     
    Brink, Apr 9, 2018
    #1
  2. Brink Win User

    How to change default WIN10 start menu for ALL Users?


    Hello Fanzal, and welcome to Ten Forums. Set Default Start Layout for Users in Windows 10 :)

    Once you have the Start layout how you like it, you can pick up at step 2 in the tutorial below to specify a Start layout for all users in Windows 10 as well.

    Start Screen Layout - Specify Default in Windows 8.1

    Hope this helps.
     
    Brink, Oct 27, 2019
    #2
  3. Reset Start Layout in Windows 10  


    This is ridiculous. Why does it have to be so hard to return the start layout of existing users to the default layout or update a custom layout? I have attempted the process describe above. But it didn't work.

    In summary, I have created a new user which gets the default layout. Then, using the Administrator account, copied the c:\Users\NewUser\AppData\Local\TileDataLayer\Database folder to the Olduser's TileDataLayer folder. There was no change to the Olduser's start layout.

    I am trying to get a handle on how this start layout works and the idiosyncrasies of it. I'm working on deploying Win 10 to a number of systems in a business environment and I want to deploy a customized start layout. But I came across the issue where it is difficult to change the layout of existing users (without deleting the entire user profile).

    More detail of what I've done: I created a user called RefUser, and modified the Start Layout. Then used the Export-StartLayout, then the Import-StartLayout cmdlets to set a new default layout. I deleted the profile of Refuser and re-logged on and the RefUser got the new start layout as expected. So that works.

    Then I returned the system to the default layout by renaming the file: C:\Users\Default\AppData\Local\Microsoft\Windows\Shell\LayoutModification.xml

    I created a user 'NewUser' and this user was created with the default layout. Refuser still had the modified layout. I used the procedure above and the layout did not change. As a guess, From the Admin acct, I renamed the Database folder and didn't replace it. When I log on, the list of all programs on the left has only system tools, the start tiles only has some of the custom layout display. The active tiles are missing.

    So I haven't gotten to the bottom of how the the start layout is maintained in the user's profiles. And I don't know how to return the existing users to the default or a new layout.

    Any added thoughts would be welcome.
     
    DoctorBrown, Oct 27, 2019
    #3
  4. Kem Mon Win User

    Set Default Start Layout for Users in Windows 10

    Keyboard layout switches to non-default layout/language after resume from sleep

    Hi,

    You can try these steps on changing your keyboard layout:


    • On the
      Start
      menu, click
      Settings

    • Select
      Time & language

    • Click
      Region & language

    • Select
      Add a language

    • Under
      Languages, click the language you want as a default and click
      Set as default.

    NOTE: In changing your keyboard layout, you can also try changing your computer's primary language.
    Your keyboard layout may also change in doing so. However, make sure to use the right keyboard layout for
    entering your password. You might not be able to sign in since the layout has been change.

    Let us know how it goes.

    Regards.
     
    Kem Mon, Oct 27, 2019
    #4
  5. Ahhzz Win User
    Windows 10 Tweaks

    Pressing “Windows+Pause Break” (it’s up there next to scroll lock) opens the “System” Window.

    Windows 10: In the new version of Windows, Explorer has a section called Quick Access. This includes your frequent folders and recent files. Explorer defaults to opening this page when you open a new window. If you’d rather open the usual This PC, with links to your drives and library folders, follow these steps:

    • Open a new Explorer window.
    • Click View in the ribbon.
    • Click Options.
    • Under General, next to “Open File Explorer to:” choose “This PC.”
    • Click OK


    credit to Lifehacker.
     
    Ahhzz, Oct 27, 2019
    #5
  6. Unable to set default browser

    • Does this issue happens while you try to set other browser as default too or is it specific to specific browser?

    Any browser.

    Already did the steps you suggested. It's some kind of bug where it's impossible to set a default browser at all.

    I heard elsewhere from one other user
    that it seems to be a problem with upgrading to 10 on the SP3. Sounds very specifc.
     
    guustavooo, Oct 27, 2019
    #6
Thema:

Set Default Start Layout for Users in Windows 10

Loading...
  1. Set Default Start Layout for Users in Windows 10 - Similar Threads - Set Default Start

  2. how to set German keybaord layout default in Windows 10

    in Windows 10 Gaming
    how to set German keybaord layout default in Windows 10: how to set the German keyboard layout default in Windows 10 even on the login screen or on the login screen we can choose the german keyboard layout....
  3. how to set German keybaord layout default in Windows 10

    in Windows 10 Software and Apps
    how to set German keybaord layout default in Windows 10: how to set the German keyboard layout default in Windows 10 even on the login screen or on the login screen we can choose the german keyboard layout....
  4. How to set the default keyboard layout?

    in Windows 10 Gaming
    How to set the default keyboard layout?: HiI'm facing this issue with Windows 11 only, because there is no priority option for the keyboard layout.I have installed 3 languages on my laptop, English, Arabic, and German, but I couldn't set the default keyboard layout. The keyboard language is changing automatically, I...
  5. How to set the default keyboard layout?

    in Windows 10 Software and Apps
    How to set the default keyboard layout?: HiI'm facing this issue with Windows 11 only, because there is no priority option for the keyboard layout.I have installed 3 languages on my laptop, English, Arabic, and German, but I couldn't set the default keyboard layout. The keyboard language is changing automatically, I...
  6. How can I set a default layout of icons on a desktop for new users

    in Windows 10 Customization
    How can I set a default layout of icons on a desktop for new users: I want to logically group shortcuts on the desktop that gets set on the initial profile creation.I have the shortcuts added to the public profile under public desktop. When a new user logs in the shortcuts are lined up across the left side of the desktop all jumbled together....
  7. Windows 10 set default user on lockscreen

    in Windows Hello & Lockscreen
    Windows 10 set default user on lockscreen: I have a computer with Windows 10 professional, and I have 2 accounts on it. One is mine that I use very frequently, the other is for another user who uses the computer less frequently. Whenever I lock my account or when the computer starts up, the lock screen always shows...
  8. Windows 10 : How to set default user at start up page

    in Windows Hello & Lockscreen
    Windows 10 : How to set default user at start up page: Hi all, I had one user is domain joined device but every time the user restarted, the start up screen is showing "others user" rather then username. Once the user had enter the username and password, it take some time to successful login. Any Idea?...
  9. Set Default Keyboard Layout in Windows 10

    in Windows 10 Tutorials
    Set Default Keyboard Layout in Windows 10: How to: Set Default Keyboard Input Language in Windows 10 How to Set Default Keyboard Input Language in Windows 10 In Windows, you can configure your keyboard to use a different keyboard layout or input method to type in another language. The language of your...
  10. How to reset the Start menu to default settings/layout?

    in Windows 10 Support
    How to reset the Start menu to default settings/layout?: Hello, I somehow managed to add shortcut to my Start menu leading nowhere and it messed up the whole thing. It closes itself nearly instantly and any interaction causes explorer.exe to crash. So is there a folder with *.lnk files, or xml with the Start menu...