Share via

Settings managed by my organization? On a personal PC???

Stefano 0 Reputation points
2025-07-09T11:09:16.44+00:00

Hello

I hate the spotlight feature of Win11 lock screen.

If I try to remove it I get this:

Image

Why does it say some settings are managed by my organization if this is a PERSONAL pc with local accounts?

How can I enable these options and get rid of spotlight_

Thank you

Stefano

Windows for home | Windows 11 | Settings

Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

5 answers

Sort by: Most helpful
  1. Virginia M 40,905 Reputation points Independent Advisor
    2025-07-09T11:51:08.9566667+00:00

    https://answers.microsoft.com/en-us/windows/forum/all/some-of-these-settings-are-hidden-or-managed-by/70dacd39-5210-4742-a2a1-528f7e730e59

    1. Open command prompt with admin permission
    2. Execute these commands then restart the computer

    reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies" /f

    reg delete "HKCU\Software\Microsoft\WindowsSelfHost" /f

    reg delete "HKCU\Software\Policies" /f

    reg delete "HKLM\Software\Microsoft\Policies" /f

    reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies" /f

    reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate" /f

    reg delete "HKLM\Software\Microsoft\WindowsSelfHost" /f

    reg delete "HKLM\Software\Policies" /f

    reg delete "HKLM\Software\WOW6432Node\Microsoft\Policies" /f

    reg delete "HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Policies" /f

    reg delete "HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate" /f

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. DaveM121 874.6K Reputation points Independent Advisor
    2025-07-09T11:42:51.8066667+00:00

    1

    Open the Settings app, then go to Accounts - Access Work or School

    If there is any work or school account listed there, disconnect the work or school account, then restart your PC to apply the change.

    2

    If there is no work or school account linked to the PC:

    Click your Start Button, then just type cmd

    On the resulting list, right click Command Prompt and select 'run as Administrator'

    Paste each of these commands into Command one at a time and press Enter, wait for each command to complete, before running the next command, if you receive an error on any command, ignore that and continue to the next command.

    reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies" /f

    reg delete "HKLM\Software\Microsoft\WindowsSelfHost" /f

    reg delete "HKLM\Software\Policies" /f

    reg delete "HKLM\Software\WOW6432Node\Microsoft\Policies" /f

    reg delete "HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Policies" /f

    reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v DisableAntiSpyware

    reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies" /f

    reg delete "HKCU\Software\Microsoft\WindowsSelfHost" /f

    reg delete "HKCU\Software\Policies" /f

    reg delete "HKLM\Software\Microsoft\Policies" /f

    Then, close Command Prompt and restart (not shut down) your PC.

    Was this answer helpful?

    1 person found this answer helpful.
  3. marlon monter 0 Reputation points
    2026-01-15T19:00:24.07+00:00

    Some settings are managed by your organization

    Was this answer helpful?

  4. Christian Blackburn 0 Reputation points
    2025-08-23T07:23:41.99+00:00

    I tried the instructions from WindowsLoop, and nothing worked until the last option. The last suggestion is to install "Dynamic Theme" from the Windows Store, start Dynamic Theme, and tell it to set your desktop wallpaper and lock screen to Windows Spotlight. My wallpaper and lock screen images changed immediately, no restart required. I went through years of Windows 10 without the wallpaper cycling, and now I've upgraded that system to Windows 11, and I was more than a little annoyed that it still wasn't working. Look at the following screenshot, where you can see I finally have the option. On the right, Windows 11 is still horribly broken, and on the left is a free and glorious workaround:User's image

    Was this answer helpful?

  5. Stefano 0 Reputation points
    2025-07-09T12:22:30.32+00:00

    it gives me errors. example:

    C:\Windows\System32>reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies" /f

    ERROR: Delete request is partially completed.

    And even after the execution of the above the grayed settings remain as they are

    Was this answer helpful?