Windows 10 Start Menu: Restrict User from Rearranging or Unpinning Tiles

April 26, 2016 updated by Admin Leave a reply »

Is there a way to prevent users unpinning tiles (apps/programs) from Start Menu? You need to lock the Start Menu layout in order to restrict users from customizing or altering it. In previous post we’ve covered a registry hack to lock the Start Menu layout. Here we’ll show you another two ways to restrict users from rearranging, pinning or unpinning tiles from Start Menu in Windows 10.

unpin-from-start

Method 1: Lock Start Menu Layout via Group Policy

The Group Policy Editor is not available in Windows 10 Home. If you’re running the Home edition, please check out Method 2 below.

  1. Press the Windows key + R to open the Run box. Type gpedit.msc and hit Enter to access the Local Group Policy Editor.
  2. If you want to lock the Start Menu layout for all users, navigate to:
    Computer Configuration > Administrative Templates > Start Menu and Taskbar

    computer-start-layout

    If you just want to lock the Start Menu layout for the currently logged on user, navigate to:
    User Configuration > Administrative Templates > Start Menu and Taskbar > Start Layout

    user-start-layout

  3. On the right-side of Local Group Policy Editor, double-click the entry labelled Start Layout to open its properties, select Enabled, and then click Apply.

    enable-start-layout

  4. Reboot your PC to apply the changes. From now on, you couldn’t alter the Start Menu layout, pin a program to Start Menu, or unpin a tile.

    locked-start-menu

Method 2: Lock Start Menu Layout via Registry Editor

  1. Press the Windows key + R to open the Run box. Type regedit and hit Enter to access the Registry Editor.
  2. If you want to lock the Start Menu layout for all users, navigate to:
    HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Explorer

    If you just want to lock the Start Menu layout for the currently logged on user, navigate to:
    HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer

    Note: If the Explorer subkey doesn’t exist, create it (from the Edit menu, select New > Key and type “Explorer” without the quotes).

  3. From the right pane, right-click in the empty area and select New > DWORD (32-bit) Value. Give the new registry value a name: LockedStartLayout. Double-click the created value, set it to 1, then click OK.

    LockedStartLayout

  4. Restart the Explorer or reboot your PC to apply the changes. That’s it!