Skip to content
Follow
Windows

How to Add or Remove Account Picture Menu on Start Menu in Windows 11

Richard
Written by
Richard
Apr 13, 2026 Updated Jul 11, 2026 3 min read
How to Change Screen Timeout to Turn Off Display After in Windows 11
How to Change Screen Timeout to Turn Off Display After in Windows 11

This guide explains how to add or remove the account picture menu from your Start screen in Windows 10 and Windows 11.

⚡ Quick Answer

Open Windows Terminal as administrator and use a reg add command. Enter “0” as the value to add the menu, or “1” to remove it.

What is the Account Picture Menu?

Your Windows 11 Start menu features an account picture menu, a small image located at the very top. This menu offers quick access to your account settings, locking your PC, signing out, or switching to another user account without leaving the Start menu.

To remove the account picture menu from the Windows 11 Start menu, you can hide this specific feature entirely. This action prevents the account picture from appearing in the Start menu area.

New Feature in Recent 🪟 Windows 11 Updates

A recent update to Windows 11, specifically build 26100.7922 (part of version 24H2), introduced a new account menu option. This updated menu now links directly to the Microsoft account benefits page at https://account.microsoft.com/. The inclusion of this direct link makes exploring and managing your Microsoft account benefits more convenient.

How to Add or Remove the Account Picture Menu

You can add or remove the account picture menu from your Windows 11 Start menu to change its appearance. Removing the account picture menu hides your user picture, making the Start menu appear cleaner. Adding the account picture menu brings the user picture and its options back to the Start menu.

What happens? Removing the account picture menu hides the user tile from your Start menu. Adding it brings the menu back.

What You Need

  • Administrator access to your computer

⚠️ Admin Required: Open the Windows Terminal app, making sure to run it as an administrator.

Steps

  1. Open the Windows Terminal app as an administrator.
  2. Run one of the commands below, depending on what you want to do.

Add Account Picture Menu to Start Menu

This is the default setting.

🗝️Registry
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Start\HideUserTile" /v value /t REG_DWORD /d 0 /f

Remove Account Picture Menu from Start Menu

🗝️Registry
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Start\HideUserTile" /v value /t REG_DWORD /d 1 /f

Learn More

For more information, see Start Policy CSP and learn more about the Start Area in Policy CSP on docs.microsoft.com.

Summary

The account picture menu on your Windows 11 Start menu gives you quick access to settings and sign-out options. If you prefer a tidier Start menu, you can hide this feature using a command in Windows Terminal.

Where are user account pictures stored in 🪟 Windows 11?

User account pictures in Windows 11 are stored in a hidden folder at C:\ProgramData\Microsoft\User Account Pictures, and your current profile image is also cached in your user profile's AppData folder.

How can you change the profile picture of a user account in 🪟 Windows 11?

You can change your user account profile picture in Windows 11 by opening Settings, going to Accounts, then Your info, and choosing a new photo from your computer or taking one with your webcam.

How to find out where the photo was taken for Windows?

To find out where Windows Spotlight lock screen photos were taken, look in the hidden Assets folder within the ContentDeliveryManager package, then copy, rename to .jpg, and use a reverse image search.

How do I add a picture to my login screen in 🪟 Windows 11?

Adding a picture to your Windows 11 login screen is done through Settings Accounts Your info, where you can upload an image or take a photo to use as your account picture.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Change your Microsoft Account Password
Windows How to Change your Microsoft Account Password
How to Add or Remove Pinned Section on Start Menu in Windows 11
Windows How to Add or Remove Pinned Section on Start Menu in Windows 11
How to Hide Recent Files in Windows 11 Start Menu
Windows How to Hide Recent Files in Windows 11 Start Menu
How to Lock Your Windows 11 Device Remotely
Windows How to Lock Your Windows 11 Device Remotely

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *