Personalization Add or Remove "Explore background" Desktop Context Menu in Windows 11


SpotlightImageLearnMore_header.webp

This tutorial will show you how to add or remove the Learn about this background or Explore background desktop context menu when using Windows Spotlight as your desktop background for your account or all users in Windows 11.

Starting with Windows 11 build 26100.7309 (24H2) and build 26200.7309 (25H2), Microsoft is trying out a change that adds “Learn more about this background” and “Next desktop background” to the context menu when you right click on your desktop if you have Windows Spotlight chosen as your desktop background.

The “Learn more about this background” context menu opens the Microsoft Bing spotlight page in Microsoft Edge to see information about the current Windows Spotlight picture on your desktop background.

If wanted, you can remove the Learn about this background or Explore background desktop context menu and still use Windows Spotlight as your desktop background.



Contents

  • Option One: Add or Remove "Explore background" Desktop context menu for Current User
  • Option Two: Add or Remove "Explore background" Desktop context menu for All Users


EXAMPLE: "Learn about this background" or "Explore background" desktop context menu

Learn_more_about_this_background_context-menu.webp
Learn_more_about_this_background_context-menu_old.webp
Explore_Background-1.webp
Explore_Background-2.webp





Option One

Add or Remove "Explore background" Desktop context menu for Current User


1 Do step 2 (add) or step 3 (remove) below for what you would like to do.

2 Add "Explore background" Context Menu for Current User

This is the default setting.


A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Add_Explore_background_context-menu_for_current_user.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\DesktopBackground\shell\.SpotlightLearnMore]
"ProgrammaticAccessOnly"=-

3 Remove "Explore background" Context Menu for Current User

A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Remove_Explore_background_context-menu_for_current_user.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\DesktopBackground\shell\.SpotlightLearnMore]
"ProgrammaticAccessOnly"=""

4 Save the .reg file to your desktop.

5 If you have Smart App Control turned on, you will need to unblock the downloaded REG file.

6 Double click/tap on the downloaded .reg file to merge it.

7 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

8 If changes are not applied immediately, then either restart explorer process, sign out and sign in, or restart the computer to apply.

9 You can now delete the downloaded .reg file if you like.




Option Two

Add or Remove "Explore background" Desktop context menu for All Users


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


1 Do step 2 (add) or step 3 (remove) below for what you would like to do.


 2. Add "Explore background" Desktop context menu for All Users

This is the default setting.


A) Click/tap on the Download button below to download the file below.​

Add_Explore_background_context-menu_for_all_users.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\DesktopBackground\Shell\.SpotlightLearnMore]
"CommandStateSync"=""
"ExplorerCommandHandler"="{5C6B744C-4CD1-5EA7-BDC6-0E6679A956BF}"
"Position"="Bottom"

B) Save the .reg file to your desktop.​

C) If you have Smart App Control turned on, you will need to unblock the downloaded REG file.​

D) Double click/tap on the downloaded .reg file to merge it.​

E) When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.​

F) You can now delete the downloaded .reg file if you like.​


 3. Remove "Explore background" Desktop context menu for All Users

A) Open Registry Editor (regedit.exe).​

B) Navigate to the registry key below in the left pane of Registry Editor. (see screenshot below)​

HKEY_CLASSES_ROOT\DesktopBackground\Shell\.SpotlightLearnMore

Learn_more_about_this_background_context-menu-1.webp

C) Change the owner of the .SpotlightLearnMore key to be Administrators, and click/tap on OK. (see screenshot below)​

Learn_more_about_this_background_context-menu-2.webp

D) Change the permissions of the .SpotlightLearnMore key to "Allow" Administrators "Full Control", and click/tap on OK. (see screenshot below)​

Learn_more_about_this_background_context-menu-3.webp

E) You can now close Registry Editor if you like.​

F) Click/tap on the Download button below to download the file below.​

Remove_Explore_background_context-menu_for_all_users.reg


(Contents of REG file for reference)​
Code:
Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT\DesktopBackground\Shell\.SpotlightLearnMore]

G) Save the .reg file to your desktop.​

H) If you have Smart App Control turned on, you will need to unblock the downloaded REG file.​

I) Double click/tap on the downloaded .reg file to merge it.​

J) When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.​

This REG file will not be allowed to merge unless you did steps 3C and 3D first.


K) You can now delete the downloaded .reg file if you like.​


That's it,
Shawn Brink


 

Attachments

Last edited:
  • Like
Reactions: OAT
Here's a batch file to remove the new context menu, if you're lazy about following directions.
I don't think that this will work unless you've already taken ownership of the key. However, this should work

Powershell:
Set-ItemProperty -Path HKCU:\Software\Classes\DesktopBackground\Shell\.SpotlightLearnMore  -Name ProgrammaticAccessOnly -Value "" -Force
 

My Computers

System One System Two

  • OS
    Windows 11 25H2 Pro Build 26200
    Computer type
    PC/Desktop
    Manufacturer/Model
    MSI PRO ADL-U Cubi 5 (MS-B0A8)
    CPU
    i3-1215U
    Memory
    8GB
    Monitor(s) Displays
    Sony 43" 4k TV
    Screen Resolution
    3840x2160
    Hard Drives
    250GB NVMe M.2 PCIe Gen 3 SSD
    PSU
    External 65W
    Case
    Mini PC
    Browser
    FireFox
    Antivirus
    MS
  • Operating System
    Windows 11 Pro 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Optiplex 3070 SFF
    CPU
    Intel i3-9100
    Memory
    16GB DDR4
    Monitor(s) Displays
    Dell S2721
    Screen Resolution
    3840 x 2160
    Hard Drives
    Samsung 500GB nvMe
    Case
    Dell small form factor
    Keyboard
    Cherry mechanical (Blue)
    Mouse
    Microsoft
    Antivirus
    MS Defender
The batch file embeds a PS script which self-elevates, and grants full control. Does it not work for you?

Code:
<# : batch script
@echo off
powershell -nop "if (-not ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] 'Administrator')) { Start-Process -Verb RunAs 'cmd.exe' -ArgumentList '/c %~dpnx0' } else { Invoke-Expression ([System.IO.File]::ReadAllText('%~f0')) }"
goto :eof
#>

$null = New-PSDrive -Name 'HKCR' -PSProvider Registry -Root 'HKEY_CLASSES_ROOT'
$RegPath = 'HKCR:\DesktopBackground\Shell\.SpotlightLearnMore'

$NewACL = Get-Acl -Path $RegPath
$Rule = New-Object System.Security.AccessControl.RegistryAccessRule('BUILTIN\Administrators','FullControl','Allow')
$NewACL.SetAccessRule($Rule)

Set-Acl -Path $RegPath -AclObject $NewACL
$null = Remove-Item -Path $RegPath -Recurse -Force
 

My Computer

System One

  • OS
    Windows 7
I tested it from an elevated powershell:

Code:
PS C:\WINDOWS\system32> $null = New-PSDrive -Name 'HKCR' -PSProvider Registry -Root 'HKEY_CLASSES_ROOT'
PS C:\WINDOWS\system32> $RegPath = 'HKCR:\DesktopBackground\Shell\.SpotlightLearnMore'
PS C:\WINDOWS\system32>
PS C:\WINDOWS\system32> $NewACL = Get-Acl -Path $RegPath
PS C:\WINDOWS\system32> $Rule = New-Object System.Security.AccessControl.RegistryAccessRule('BUILTIN\Administrators','FullControl','Allow')
PS C:\WINDOWS\system32> $NewACL.SetAccessRule($Rule)
PS C:\WINDOWS\system32>
PS C:\WINDOWS\system32> Set-Acl -Path $RegPath -AclObject $NewACL
Set-Acl : Requested registry access is not allowed.
At line:1 char:1
+ Set-Acl -Path $RegPath -AclObject $NewACL
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : PermissionDenied: (HKEY_CLASSES_RO...tlightLearnMore:String) [Set-Acl], SecurityException
    + FullyQualifiedErrorId : System.Security.SecurityException,Microsoft.PowerShell.Commands.SetAclCommand
Which is what I'd expect because the output from Get-Acl -Path $RegPath | fl looks like this:
Code:
Path   : Microsoft.PowerShell.Core\Registry::HKEY_CLASSES_ROOT\DesktopBackground\Shell\.SpotlightLearnMore
Owner  : NT SERVICE\TrustedInstaller
Group  : NT SERVICE\TrustedInstaller
Access : NT AUTHORITY\SYSTEM Allow  -2147483648
         NT AUTHORITY\SYSTEM Allow  ReadKey
         BUILTIN\Administrators Allow  ReadKey
         BUILTIN\Administrators Allow  -2147483648
         BUILTIN\Users Allow  -2147483648
         BUILTIN\Users Allow  ReadKey
         NT SERVICE\TrustedInstaller Allow  268435456
         NT SERVICE\TrustedInstaller Allow  FullControl
         APPLICATION PACKAGE AUTHORITY\ALL APPLICATION PACKAGES Allow  ReadKey
         APPLICATION PACKAGE AUTHORITY\ALL APPLICATION PACKAGES Allow  -2147483648
         S-1-15-3-1024-1065365936-1281604716-3511738428-1654721687-432734479-3232135806-4053264122-3456934681 Allow  ReadKey
         S-1-15-3-1024-1065365936-1281604716-3511738428-1654721687-432734479-3232135806-4053264122-3456934681 Allow  -2147483648
Only TrustedInstaller has FullControl, which is why it's tiresome following the instructions that @Brink gives.
 

My Computers

System One System Two

  • OS
    Windows 11 25H2 Pro Build 26200
    Computer type
    PC/Desktop
    Manufacturer/Model
    MSI PRO ADL-U Cubi 5 (MS-B0A8)
    CPU
    i3-1215U
    Memory
    8GB
    Monitor(s) Displays
    Sony 43" 4k TV
    Screen Resolution
    3840x2160
    Hard Drives
    250GB NVMe M.2 PCIe Gen 3 SSD
    PSU
    External 65W
    Case
    Mini PC
    Browser
    FireFox
    Antivirus
    MS
  • Operating System
    Windows 11 Pro 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Optiplex 3070 SFF
    CPU
    Intel i3-9100
    Memory
    16GB DDR4
    Monitor(s) Displays
    Dell S2721
    Screen Resolution
    3840 x 2160
    Hard Drives
    Samsung 500GB nvMe
    Case
    Dell small form factor
    Keyboard
    Cherry mechanical (Blue)
    Mouse
    Microsoft
    Antivirus
    MS Defender
ahhhh..... Sneaky MS changed it to TI after I wrote the script. But the parent key DesktopBackground\Shell is still owned by Admin.
 

My Computer

System One

  • OS
    Windows 7
ahhhh..... Sneaky MS changed it to TI after I wrote the script. But the parent key DesktopBackground\Shell is still owned by Admin.
If Shell keys weren’t writeable by Admins, then third party software couldn't add new context menu items.
 

My Computers

System One System Two

  • OS
    Windows 11 25H2 Pro Build 26200
    Computer type
    PC/Desktop
    Manufacturer/Model
    MSI PRO ADL-U Cubi 5 (MS-B0A8)
    CPU
    i3-1215U
    Memory
    8GB
    Monitor(s) Displays
    Sony 43" 4k TV
    Screen Resolution
    3840x2160
    Hard Drives
    250GB NVMe M.2 PCIe Gen 3 SSD
    PSU
    External 65W
    Case
    Mini PC
    Browser
    FireFox
    Antivirus
    MS
  • Operating System
    Windows 11 Pro 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Optiplex 3070 SFF
    CPU
    Intel i3-9100
    Memory
    16GB DDR4
    Monitor(s) Displays
    Dell S2721
    Screen Resolution
    3840 x 2160
    Hard Drives
    Samsung 500GB nvMe
    Case
    Dell small form factor
    Keyboard
    Cherry mechanical (Blue)
    Mouse
    Microsoft
    Antivirus
    MS Defender
The system won't let me change anything, even though I run Regedit with Administrator Privileges. I keep getting the error message "Unable to save permission changes on .SpotlightLearnMore. Access is Denied."

I just ran the Windows 11 System Maintenance batch file that Antspants wrote and that didn't display any error messages had been corrected.
 

My Computer

System One

  • OS
    Windows 11 Pro - version 24H2
    Computer type
    PC/Desktop
    CPU
    AMD Ryzen 5 7600X 6 Core AM5 5.3GHz CPU
    Motherboard
    2024 MSI MAG B650 GAMING PLUS WIFI
    Memory
    Silicon Power XPOWER Zenith 32GB (16GBx2) CL30,1.35V UDIMM 6000MHz DDR5 RAM
    Graphics Card(s)
    MSI GeForce RTX 4060 Ventus 2X Black 8G OC Graphics Card
    Monitor(s) Displays
    Asus ROG Strix XG32WCS - 32in HDR VA 180Hz USB Type-C FreeSync Curved Gaming Monitor
    Screen Resolution
    2560 x 1440
    Hard Drives
    1) Silicon Power 1TB P34A60 Gen3x4 TLC R/W up to 2,200/1,600 MB/s PCIe M.2 NVMe SSD

    2) Crucial 1TB E100 CT1000E100SSD8 Gen4 M.2 NVMe SSD
    PSU
    MSI 750W MAG A750GL 80+ Gold PCIe 5 ATX 3.0 Modular Power Supply
    Case
    SilverStone Fara R1 Pro V2 Tempered Glass ATX Case - Black
    Cooling
    Thermalright Peerless Assassin 120 SE ARGB Dual Loop CPU Cooler, 120mm Fan
    Antivirus
    Microsoft Defender
The system won't let me change anything, even though I run Regedit with Administrator Privileges. I keep getting the error message "Unable to save permission changes on .SpotlightLearnMore. Access is Denied."
MS has changed the reg key's owner to TrustedInstaller.

1. Download PowerRun or @LesFerch's RightClickTools.
2. Open a CMD or PowerShell window with Trusted Installer rights.
3. Run the command:
Code:
reg import Remove_Learn_more_about_this_background_context-menu.reg
 

My Computer

System One

  • OS
    Windows 7
MS has changed the reg key's owner to TrustedInstaller.

1. Download PowerRun or @LesFerch's RightClickTools.
2. Open a CMD or PowerShell window with Trusted Installer rights.
3. Run the command:
Code:
reg import Remove_Learn_more_about_this_background_context-menu.reg

Got it.

I'm going to reinstall Windows. Little things are glitching since I reinstalled it last week and I think that, somehow, I selected the wrong option somewhere. I'm going to run Windows 11 Installation Media and save it to a usb.
 

My Computer

System One

  • OS
    Windows 11 Pro - version 24H2
    Computer type
    PC/Desktop
    CPU
    AMD Ryzen 5 7600X 6 Core AM5 5.3GHz CPU
    Motherboard
    2024 MSI MAG B650 GAMING PLUS WIFI
    Memory
    Silicon Power XPOWER Zenith 32GB (16GBx2) CL30,1.35V UDIMM 6000MHz DDR5 RAM
    Graphics Card(s)
    MSI GeForce RTX 4060 Ventus 2X Black 8G OC Graphics Card
    Monitor(s) Displays
    Asus ROG Strix XG32WCS - 32in HDR VA 180Hz USB Type-C FreeSync Curved Gaming Monitor
    Screen Resolution
    2560 x 1440
    Hard Drives
    1) Silicon Power 1TB P34A60 Gen3x4 TLC R/W up to 2,200/1,600 MB/s PCIe M.2 NVMe SSD

    2) Crucial 1TB E100 CT1000E100SSD8 Gen4 M.2 NVMe SSD
    PSU
    MSI 750W MAG A750GL 80+ Gold PCIe 5 ATX 3.0 Modular Power Supply
    Case
    SilverStone Fara R1 Pro V2 Tempered Glass ATX Case - Black
    Cooling
    Thermalright Peerless Assassin 120 SE ARGB Dual Loop CPU Cooler, 120mm Fan
    Antivirus
    Microsoft Defender
MS has changed the reg key's owner to TrustedInstaller.

1. Download PowerRun or @LesFerch's RightClickTools.
2. Open a CMD or PowerShell window with Trusted Installer rights.
3. Run the command:
Code:
reg import Remove_Learn_more_about_this_background_context-menu.reg

I'm sorry, Garlin. But even after following your directions, I still can't remove the file. Not sure what I'm doing wrong.
 

My Computer

System One

  • OS
    Windows 11 Pro - version 24H2
    Computer type
    PC/Desktop
    CPU
    AMD Ryzen 5 7600X 6 Core AM5 5.3GHz CPU
    Motherboard
    2024 MSI MAG B650 GAMING PLUS WIFI
    Memory
    Silicon Power XPOWER Zenith 32GB (16GBx2) CL30,1.35V UDIMM 6000MHz DDR5 RAM
    Graphics Card(s)
    MSI GeForce RTX 4060 Ventus 2X Black 8G OC Graphics Card
    Monitor(s) Displays
    Asus ROG Strix XG32WCS - 32in HDR VA 180Hz USB Type-C FreeSync Curved Gaming Monitor
    Screen Resolution
    2560 x 1440
    Hard Drives
    1) Silicon Power 1TB P34A60 Gen3x4 TLC R/W up to 2,200/1,600 MB/s PCIe M.2 NVMe SSD

    2) Crucial 1TB E100 CT1000E100SSD8 Gen4 M.2 NVMe SSD
    PSU
    MSI 750W MAG A750GL 80+ Gold PCIe 5 ATX 3.0 Modular Power Supply
    Case
    SilverStone Fara R1 Pro V2 Tempered Glass ATX Case - Black
    Cooling
    Thermalright Peerless Assassin 120 SE ARGB Dual Loop CPU Cooler, 120mm Fan
    Antivirus
    Microsoft Defender
There are two basic methods for removing a Shell based context menu item. Delete the entire verb, as this tutorial suggests or add a qualifying value to the verb's key. The straightforward and reasonably documented way is to add a ProgrammaticAccessOnly value. e.g.
Code:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\DesktopBackground\Shell\.SpotlightLearnMore]
"ProgrammaticAccessOnly"=""

If you simply try this, you'll hit exactly the same problem with (lack of) permissions. However, the way that HKEY_CLASSES_ROOT works is that it's made up from a part in HKEY_LOCAL_MACHINE\SOFTWARE\Classes overlaid by a part in HKEY_CURRENT_USER\Software\Classes, and the user part takes precedence. So, if you add the following:
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\DesktopBackground\Shell\.SpotlightLearnMore]
"ProgrammaticAccessOnly"=""
which you can do without admin rights, then you will have succeeded in doing what you couldn't do with the script pointing directly at HKEY_CLASSES_ROOT.
To undo the change you could delete the ProgrammaticAccessOnly value from HKEY_CURRENT_USER\Software\Classes\DesktopBackground\Shell\.SpotlightLearnMore. Or you could delete it like this:
Code:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\DesktopBackground\Shell\.SpotlightLearnMore]
"ProgrammaticAccessOnly"=-
 

My Computers

System One System Two

  • OS
    Windows 11 25H2 Pro Build 26200
    Computer type
    PC/Desktop
    Manufacturer/Model
    MSI PRO ADL-U Cubi 5 (MS-B0A8)
    CPU
    i3-1215U
    Memory
    8GB
    Monitor(s) Displays
    Sony 43" 4k TV
    Screen Resolution
    3840x2160
    Hard Drives
    250GB NVMe M.2 PCIe Gen 3 SSD
    PSU
    External 65W
    Case
    Mini PC
    Browser
    FireFox
    Antivirus
    MS
  • Operating System
    Windows 11 Pro 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Optiplex 3070 SFF
    CPU
    Intel i3-9100
    Memory
    16GB DDR4
    Monitor(s) Displays
    Dell S2721
    Screen Resolution
    3840 x 2160
    Hard Drives
    Samsung 500GB nvMe
    Case
    Dell small form factor
    Keyboard
    Cherry mechanical (Blue)
    Mouse
    Microsoft
    Antivirus
    MS Defender
There are two basic methods for removing a Shell based context menu item. Delete the entire verb, as this tutorial suggests or add a qualifying value to the verb's key. The straightforward and reasonably documented way is to add a ProgrammaticAccessOnly value. e.g.
Code:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\DesktopBackground\Shell\.SpotlightLearnMore]
"ProgrammaticAccessOnly"=""

If you simply try this, you'll hit exactly the same problem with (lack of) permissions. However, the way that HKEY_CLASSES_ROOT works is that it's made up from a part in HKEY_LOCAL_MACHINE\SOFTWARE\Classes overlaid by a part in HKEY_CURRENT_USER\Software\Classes, and the user part takes precedence. So, if you add the following:
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\DesktopBackground\Shell\.SpotlightLearnMore]
"ProgrammaticAccessOnly"=""
which you can do without admin rights, then you will have succeeded in doing what you couldn't do with the script pointing directly at HKEY_CLASSES_ROOT.
To undo the change you could delete the ProgrammaticAccessOnly value from HKEY_CURRENT_USER\Software\Classes\DesktopBackground\Shell\.SpotlightLearnMore. Or you could delete it like this:
Code:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\DesktopBackground\Shell\.SpotlightLearnMore]
"ProgrammaticAccessOnly"=-

When you say “To undo the change you could delete the ProgrammaticAccessOnly&nbsp;value from HKEY_CURRENT_USER\Software\Classes\DesktopBackground\Shell\.SpotlightLearnMore. Or you could delete it like this:…..”, are you saying that if you want to delete the change you just made to remove the SpotlightLearnMore?

Pardon my questions, but I consider myself still new to using RegEdit.
 

My Computer

System One

  • OS
    Windows 11 Pro - version 24H2
    Computer type
    PC/Desktop
    CPU
    AMD Ryzen 5 7600X 6 Core AM5 5.3GHz CPU
    Motherboard
    2024 MSI MAG B650 GAMING PLUS WIFI
    Memory
    Silicon Power XPOWER Zenith 32GB (16GBx2) CL30,1.35V UDIMM 6000MHz DDR5 RAM
    Graphics Card(s)
    MSI GeForce RTX 4060 Ventus 2X Black 8G OC Graphics Card
    Monitor(s) Displays
    Asus ROG Strix XG32WCS - 32in HDR VA 180Hz USB Type-C FreeSync Curved Gaming Monitor
    Screen Resolution
    2560 x 1440
    Hard Drives
    1) Silicon Power 1TB P34A60 Gen3x4 TLC R/W up to 2,200/1,600 MB/s PCIe M.2 NVMe SSD

    2) Crucial 1TB E100 CT1000E100SSD8 Gen4 M.2 NVMe SSD
    PSU
    MSI 750W MAG A750GL 80+ Gold PCIe 5 ATX 3.0 Modular Power Supply
    Case
    SilverStone Fara R1 Pro V2 Tempered Glass ATX Case - Black
    Cooling
    Thermalright Peerless Assassin 120 SE ARGB Dual Loop CPU Cooler, 120mm Fan
    Antivirus
    Microsoft Defender
When you say “To undo the change you could delete the ProgrammaticAccessOnly&nbsp;value from HKEY_CURRENT_USER\Software\Classes\DesktopBackground\Shell\.SpotlightLearnMore. Or you could delete it like this:…..”, are you saying that if you want to delete the change you just made to remove the SpotlightLearnMore?

Pardon my questions, but I consider myself still new to using RegEdit.

If you like, option one in this tutorial has this now to help. :alien:
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    TerraMaster F8 SSD Plus NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Amazon Basics Wired Full Keyboard MD005
    Mouse
    Logitech MX Master 4
    Internet Speed
    2 Gbps Download and 100 Mbps Upload
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    CyberPower CP1500PFCLCD
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Surface Laptop 7 Copilot+ PC
    CPU
    Snapdragon X Elite (12 core) 3.42 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Monitor(s) Displays
    15" HDR
    Screen Resolution
    2496 x 1664
    Hard Drives
    1 TB SSD
    Internet Speed
    Wi-Fi 7 and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender

My Computer

System One

  • OS
    Windows 11 Pro - version 24H2
    Computer type
    PC/Desktop
    CPU
    AMD Ryzen 5 7600X 6 Core AM5 5.3GHz CPU
    Motherboard
    2024 MSI MAG B650 GAMING PLUS WIFI
    Memory
    Silicon Power XPOWER Zenith 32GB (16GBx2) CL30,1.35V UDIMM 6000MHz DDR5 RAM
    Graphics Card(s)
    MSI GeForce RTX 4060 Ventus 2X Black 8G OC Graphics Card
    Monitor(s) Displays
    Asus ROG Strix XG32WCS - 32in HDR VA 180Hz USB Type-C FreeSync Curved Gaming Monitor
    Screen Resolution
    2560 x 1440
    Hard Drives
    1) Silicon Power 1TB P34A60 Gen3x4 TLC R/W up to 2,200/1,600 MB/s PCIe M.2 NVMe SSD

    2) Crucial 1TB E100 CT1000E100SSD8 Gen4 M.2 NVMe SSD
    PSU
    MSI 750W MAG A750GL 80+ Gold PCIe 5 ATX 3.0 Modular Power Supply
    Case
    SilverStone Fara R1 Pro V2 Tempered Glass ATX Case - Black
    Cooling
    Thermalright Peerless Assassin 120 SE ARGB Dual Loop CPU Cooler, 120mm Fan
    Antivirus
    Microsoft Defender
When you say “To undo the change you could delete the ProgrammaticAccessOnly&nbsp;value from HKEY_CURRENT_USER\Software\Classes\DesktopBackground\Shell\.SpotlightLearnMore. Or you could delete it like this:…..”, are you saying that if you want to delete the change you just made to remove the SpotlightLearnMore?

Pardon my questions, but I consider myself still new to using RegEdit.
Yes, I'm saying either action would undo the removal of SpotlightLearnMore.

My post was trying to explain how and why my suggestion would work. This is a specific example of a general solution to hiding a common type of context menu item. If you open regedit and move to HKEY_CLASSES_ROOT\DesktopBackground\Shell\ , you'll see other verbs such as .SpotlightNextImage or EditStickers which you could hide using the same technique.

I also wanted to emphasise that what Explorer does when it constructs the context menu is to consult HKEY_CLASSES_ROOT\DesktopBackground\Shell\ , and doesn't know where the ProgrammaticAccessOnly value is stored. A further consequence is that you can delete ProgrammaticAccessOnly directly from HKEY_CLASSES_ROOT\DesktopBackground\Shell\.SpotlightLearnMore.

However, I can see that it could be confusing trying to put it this way. @Brink is very careful to make sure that his tutorials follow a standard pattern, which tells you exactly what to do without adding excursions.
 

My Computers

System One System Two

  • OS
    Windows 11 25H2 Pro Build 26200
    Computer type
    PC/Desktop
    Manufacturer/Model
    MSI PRO ADL-U Cubi 5 (MS-B0A8)
    CPU
    i3-1215U
    Memory
    8GB
    Monitor(s) Displays
    Sony 43" 4k TV
    Screen Resolution
    3840x2160
    Hard Drives
    250GB NVMe M.2 PCIe Gen 3 SSD
    PSU
    External 65W
    Case
    Mini PC
    Browser
    FireFox
    Antivirus
    MS
  • Operating System
    Windows 11 Pro 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Optiplex 3070 SFF
    CPU
    Intel i3-9100
    Memory
    16GB DDR4
    Monitor(s) Displays
    Dell S2721
    Screen Resolution
    3840 x 2160
    Hard Drives
    Samsung 500GB nvMe
    Case
    Dell small form factor
    Keyboard
    Cherry mechanical (Blue)
    Mouse
    Microsoft
    Antivirus
    MS Defender
Yes, I'm saying either action would undo the removal of SpotlightLearnMore.

My post was trying to explain how and why my suggestion would work. This is a specific example of a general solution to hiding a common type of context menu item. If you open regedit and move to HKEY_CLASSES_ROOT\DesktopBackground\Shell\ , you'll see other verbs such as .SpotlightNextImage or EditStickers which you could hide using the same technique.

I also wanted to emphasise that what Explorer does when it constructs the context menu is to consult HKEY_CLASSES_ROOT\DesktopBackground\Shell\ , and doesn't know where the ProgrammaticAccessOnly value is stored. A further consequence is that you can delete ProgrammaticAccessOnly directly from HKEY_CLASSES_ROOT\DesktopBackground\Shell\.SpotlightLearnMore.

However, I can see that it could be confusing trying to put it this way. @Brink is very careful to make sure that his tutorials follow a standard pattern, which tells you exactly what to do without adding excursions.

No worries Mike. I appreciate the effort you put into writing those instructions! I consider what you wrote a form of “stretching” exercise for me as I work to learn more about Windows. I’ll re-read what you’ve written. It will make sense as I check resources and fill in the gaps in subjects that you’ve already learned. It’s all good.
 

My Computer

System One

  • OS
    Windows 11 Pro - version 24H2
    Computer type
    PC/Desktop
    CPU
    AMD Ryzen 5 7600X 6 Core AM5 5.3GHz CPU
    Motherboard
    2024 MSI MAG B650 GAMING PLUS WIFI
    Memory
    Silicon Power XPOWER Zenith 32GB (16GBx2) CL30,1.35V UDIMM 6000MHz DDR5 RAM
    Graphics Card(s)
    MSI GeForce RTX 4060 Ventus 2X Black 8G OC Graphics Card
    Monitor(s) Displays
    Asus ROG Strix XG32WCS - 32in HDR VA 180Hz USB Type-C FreeSync Curved Gaming Monitor
    Screen Resolution
    2560 x 1440
    Hard Drives
    1) Silicon Power 1TB P34A60 Gen3x4 TLC R/W up to 2,200/1,600 MB/s PCIe M.2 NVMe SSD

    2) Crucial 1TB E100 CT1000E100SSD8 Gen4 M.2 NVMe SSD
    PSU
    MSI 750W MAG A750GL 80+ Gold PCIe 5 ATX 3.0 Modular Power Supply
    Case
    SilverStone Fara R1 Pro V2 Tempered Glass ATX Case - Black
    Cooling
    Thermalright Peerless Assassin 120 SE ARGB Dual Loop CPU Cooler, 120mm Fan
    Antivirus
    Microsoft Defender
Well, I've run through option 1 in this tutorial and even ran the batch file the Garlin wrote. Unfortunately, the "Learn about this picture" and all are still on my desktop.

I went into Regedit (Computer\HKEY_CLASSES_ROOT\DesktopBackground\shell\.SpotlightLearnMore and right-clicked on Permissions. I went to Administrators (DESKTOP-H0NTQF5\Administrators) and saw that under "the Permissions for Administrators", only the Read option was selected. I clicked on Full Control and clicked on the Apply button only to get the message "Unable to save permission changes on .SpotlightLearnMore. Access is denied."

I wonder if, during the install, I did something wrong (although I cannot guess what) and don’t have administrative access to everything on my computer?
 

Attachments

  • 1.webp
    1.webp
    55.6 KB · Views: 8
Last edited:

My Computer

System One

  • OS
    Windows 11 Pro - version 24H2
    Computer type
    PC/Desktop
    CPU
    AMD Ryzen 5 7600X 6 Core AM5 5.3GHz CPU
    Motherboard
    2024 MSI MAG B650 GAMING PLUS WIFI
    Memory
    Silicon Power XPOWER Zenith 32GB (16GBx2) CL30,1.35V UDIMM 6000MHz DDR5 RAM
    Graphics Card(s)
    MSI GeForce RTX 4060 Ventus 2X Black 8G OC Graphics Card
    Monitor(s) Displays
    Asus ROG Strix XG32WCS - 32in HDR VA 180Hz USB Type-C FreeSync Curved Gaming Monitor
    Screen Resolution
    2560 x 1440
    Hard Drives
    1) Silicon Power 1TB P34A60 Gen3x4 TLC R/W up to 2,200/1,600 MB/s PCIe M.2 NVMe SSD

    2) Crucial 1TB E100 CT1000E100SSD8 Gen4 M.2 NVMe SSD
    PSU
    MSI 750W MAG A750GL 80+ Gold PCIe 5 ATX 3.0 Modular Power Supply
    Case
    SilverStone Fara R1 Pro V2 Tempered Glass ATX Case - Black
    Cooling
    Thermalright Peerless Assassin 120 SE ARGB Dual Loop CPU Cooler, 120mm Fan
    Antivirus
    Microsoft Defender
It looks like it hasn't changed.
 

Attachments

  • Screenshot 2026-04-07 163429.webp
    Screenshot 2026-04-07 163429.webp
    1 MB · Views: 6

My Computer

System One

  • OS
    Windows 11 Pro - version 24H2
    Computer type
    PC/Desktop
    CPU
    AMD Ryzen 5 7600X 6 Core AM5 5.3GHz CPU
    Motherboard
    2024 MSI MAG B650 GAMING PLUS WIFI
    Memory
    Silicon Power XPOWER Zenith 32GB (16GBx2) CL30,1.35V UDIMM 6000MHz DDR5 RAM
    Graphics Card(s)
    MSI GeForce RTX 4060 Ventus 2X Black 8G OC Graphics Card
    Monitor(s) Displays
    Asus ROG Strix XG32WCS - 32in HDR VA 180Hz USB Type-C FreeSync Curved Gaming Monitor
    Screen Resolution
    2560 x 1440
    Hard Drives
    1) Silicon Power 1TB P34A60 Gen3x4 TLC R/W up to 2,200/1,600 MB/s PCIe M.2 NVMe SSD

    2) Crucial 1TB E100 CT1000E100SSD8 Gen4 M.2 NVMe SSD
    PSU
    MSI 750W MAG A750GL 80+ Gold PCIe 5 ATX 3.0 Modular Power Supply
    Case
    SilverStone Fara R1 Pro V2 Tempered Glass ATX Case - Black
    Cooling
    Thermalright Peerless Assassin 120 SE ARGB Dual Loop CPU Cooler, 120mm Fan
    Antivirus
    Microsoft Defender
Back
Top Bottom