Follow
Windows

How to Add or Remove “Explore background” Desktop Context Menu in Windows 11

Richard
Written by
Richard
Apr 12, 2026 4 min read
How to Add or Remove “Explore background” Desktop Context Menu in Windows 11
Verified for Geek Rewind — This guide was last tested and updated in April 2026.

This tutorial will show you how to add or remove the Explore background option from your desktop context menu in Windows 11. This menu appears when you right-click your desktop and use Windows Spotlight as your background.

Why This Matters

Starting with Windows 11 build 26100.7309 (24H2) and build 26200.7309 (25H2), Microsoft added a new “Learn more about this background” option to your desktop context menu. When you click it, your browser opens to show information about the current Windows Spotlight image. If you don’t want this option, you can remove it easily.

What Happens When Done

After following these steps, the “Explore background” option will either appear or disappear from your right-click desktop menu, depending on which option you choose.

Windows 11 desktop context menu showing Explore background option

Option One: Current User Only

Add “Explore background” Context Menu for Current User

This is the default setting.

  1. Open the Windows Terminal app.
  2. Run this command: reg delete "HKEY_CURRENT_USER\Software\Classes\DesktopBackground\shell.SpotlightLearnMore" /v ProgrammaticAccessOnly /f

Remove “Explore background” Context Menu for Current User

  1. Open the Windows Terminal app.
  2. Run this command: reg add "HKEY_CURRENT_USER\Software\Classes\DesktopBackground\shell.SpotlightLearnMore" /v ProgrammaticAccessOnly /t REG_SZ /d "" /f

Option Two: All Users on Your Computer

Important: You must be signed in as an administrator to use this option.

Add “Explore background” Desktop context menu for All Users

This is the default setting.

Open the Windows Terminal app as an administrator.

Run this command:

🗝️Registry
reg add "HKEY_CLASSES_ROOT\DesktopBackground\Shell.SpotlightLearnMore" /v CommandStateSync /t REG_SZ /d "" /f
reg add "HKEY_CLASSES_ROOT\DesktopBackground\Shell.SpotlightLearnMore" /v ExplorerCommandHandler /t REG_SZ /d "{5C6B744C-4CD1-5EA7-BDC6-0E6679A956BF}" /f
reg add "HKEY_CLASSES_ROOT\DesktopBackground\Shell.SpotlightLearnMore" /v Position /t REG_SZ /d "Bottom" /f

Remove “Explore background” Desktop context menu for All Users

  1. Open Registry Editor by typing regedit.exe in your search bar.
  2. In the left pane, navigate to this location: HKEY_CLASSES_ROOT\DesktopBackground\Shell\.SpotlightLearnMore
  3. Important: You need admin privileges to change the owner and permissions. Right-click on the .SpotlightLearnMore key and select Properties.
  4. Click the Owner tab. Click Edit, then change the owner to Administrators. Click OK.
  5. Go to the Permissions tab. Select Administrators and check the box for “Full Control”. Click OK.
  6. You can now close Registry Editor.
Removed Explore background option from Windows 11 context menu

You can then delete the registry key.SpotlightLearnMore. You may need to restart Explorer or your PC to see changes

🗝️Registry
reg delete "HKEY_CLASSES_ROOT\DesktopBackground\Shell.SpotlightLearnMore" /f

Summary

You now know how to control the “Explore background” option in your Windows 11 desktop context menu. Use Option One if you only want to change the setting for your account. Use Option Two if you want to change it for everyone who uses your computer. The “Explore background” option lets you learn more about Windows Spotlight images, but you can remove it if you don’t need it.

What is the Explorer context menu?

The Explorer context menu is the list of options that appears when you right-click a file, folder, or the desktop in Windows. It provides quick access to common actions like copy, paste, delete, rename, or specific app-related commands, helping users manage their files and system settings more efficiently.

How do I get the old Explorer context menu in Windows 11?

To restore the classic context menu, you must modify the Windows Registry. By creating a specific key under 'CLSID' in the Registry Editor, you can force Windows 11 to revert to the full, legacy menu style instead of the simplified version, or use third-party tools designed to toggle this setting.

How do I edit the Explorer context menu?

You can edit the context menu by modifying the Windows Registry. Navigate to 'HKEY_CLASSES_ROOT' or 'HKEY_CURRENT_USER' to add or remove shell keys. Alternatively, use third-party software like ShellMenuView or Winaero Tweaker, which provide a user-friendly interface to manage, disable, or customize items appearing in your right-click menu.

How do I go back to the old context menu?

To revert to the old context menu, open the Command Prompt as an administrator and run the command 'reg add HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32 /f /ve'. After executing this command and restarting Windows Explorer via Task Manager, your system will display the classic, full-sized context menu instead of the Windows 11 default.

Was this guide helpful?

Tags: #Windows 11
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.

2472 articles → Twitter

📚 Related Tutorials

How to Enable or Disable Windows Spotlight in Windows 11
Windows How to Enable or Disable Windows Spotlight in Windows 11
How to Change Windows Terminal Themes
Windows How to Change Windows Terminal Themes
How to Set Windows Spotlight as Desktop Wallpaper
Windows How to Set Windows Spotlight as Desktop Wallpaper
How to Open Windows Terminal at Startup in Windows 11
Windows How to Open Windows Terminal at Startup in Windows 11

Leave a Reply

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