Quick fix: Display arrangement saves per-user under HKCU\Software\Microsoft\Windows\CurrentVersion\Display. Export this key on a configured account, import for each new user (or via Group Policy Preferences). For shared workstations, set the layout for the .DEFAULT user profile so new sign-ins inherit it.
You arrange three monitors in a specific physical layout. Sign in — layout is preserved. Another user signs in — the layout resets to whatever Windows guessed. You want all users on the shared PC to see the same arrangement.
Affects: Windows 11 with multiple displays and multiple users.
Fix time: 15 minutes.
How display layout is stored
Each user’s display arrangement is stored per-user in the registry. New users get default arrangement based on physical monitor detection — which Windows guesses wrong sometimes. Setting it once and propagating to other accounts requires manual work.
Method 1: Export and import the arrangement
- Sign in as the user with the correct arrangement.
- Open regedit, navigate to
HKCU\Software\Microsoft\Windows\CurrentVersion\Display. - Right-click → Export. Save as
display-layout.reg. - Sign out. Sign in as another user.
- Double-click the .reg file to import.
- Sign out and back in.
Method 2: Apply to the default user profile
- Configure the layout for one user.
- Export the registry key as above.
- Sign in as Administrator. Use
regedit→ File → Load Hive. - Browse to
C:\Users\Default\NTUSER.DAT. Load as a name like “DefaultUser”. - Import the display-layout.reg under the DefaultUser tree.
- Unload the hive.
- New users created after this point inherit the layout.
Method 3: Group Policy Preferences for fleet
- Open Group Policy Management Console (domain admin tool).
- Navigate to User Configuration → Preferences → Windows Settings → Registry.
- Add the display-layout registry entries.
- Apply to a GPO targeting the user OU.
- All users in scope receive the layout on next login.
Verification
- New user signs in. Monitors are arranged correctly (primary, secondary, tertiary in the right positions).
- Drag windows between monitors — transitions follow the physical layout.
If none of these work
If the layout reverts despite imports, monitor identifiers may differ between accounts (each user’s session creates fresh GUIDs). For chronic mismatch, label monitors via EDID and use a third-party tool like DisplayFusion that handles per-user layout management.
Bottom line: Layout is per-user; propagate via registry export to default user profile or Group Policy Preferences. New users inherit the canonical layout.