Some settings are managed by your organisation

Page 2 of 2 FirstFirst 12

  1. Posts : 42,983
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #11

    mmo said:
    Why should I? Neither suggestion worked for me! Still seeking how to get rid of that msg.
    I read it as you'd solved it. Missed the fact it came back. Wish you luck.
      My Computers


  2. Posts : 5,452
    Windows 11 Home
       #12

    You can try run CMD as admin and enter this. It will also reset Insider settings.
    Note, that it will remove all policies and settings you might have applied, like UAC.

    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
    Attached Thumbnails Attached Thumbnails Some settings are managed by your organisation-capture_04072016_085359.jpg   Some settings are managed by your organisation-capture_04072016_085457.jpg  
      My Computer


  3. Posts : 42,983
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #13

    You can also install Spybot Antibeacon, check if it shows any settings changed, and use it to reset them to default. Similarly O&O shutup, but I find the former useful here most often. (freeware)
    Last edited by dalchina; 13 Aug 2016 at 14:40.
      My Computers


  4. Posts : 16,325
    W10Prox64
       #14

    TairikuOkami said:
    You can try run CMD as admin and enter this. It will also reset Insider settings.
    Note, that it will remove all policies and settings you might have applied, like UAC.
    So I had one W10 Home Anniversary Update computer with this "some settings managed by..." error for the lockscreen. Tried these commands, with the following responses as noted, and it worked! Thanks @TairikuOkami!

    reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies" /f
    Okay
    reg delete "HKCU\Software\Microsoft\WindowsSelfHost" /f
    Unable to find key
    reg delete "HKCU\Software\Policies" /f
    Okay
    reg delete "HKLM\Software\Microsoft\Policies" /f
    Okay
    reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies" /f
    Access is denied
    reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate" /f
    Okay
    reg delete "HKLM\Software\Microsoft\WindowsSelfHost" /f
    Okay
    reg delete "HKLM\Software\Policies" /f
    Error: delete request is partially completed.
    reg delete "HKLM\Software\WOW6432Node\Microsoft\Policies" /f
    Okay
    reg delete "HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Policies" /f
    Error: delete request is partially completed.
    reg delete "HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate" /f
    Okay
    Last edited by simrick; 14 May 2017 at 23:34.
      My Computer


  5. Posts : 1
    Windows 10
       #15

    dalchina said:
    Suggestion 2 I found fixed 'Some settings are managed by your organisation..' on Windows update Settings dialogues.

    Suggestions found:
    1. Go to "Settings" -> "Privacy" -> "Feedback & diagnostics" -> "Diagnostics and usage data"; if it is set to "Basic", change it to "Enhanced" or higher, and the message disappears.

    (Didn't work for me)

    2. This solved it for me:

    It appears to me that you installed some miscellaneous "Telemetry Blocker" software/tweak which is why you're finding options blocked from configuration.

    This is typically done through "Group Policy".
    Press [WinKey] + [R] and type gpedit.msc

    In the window that appears, follow "Computer Configuration" then "Administrative Tempates" finally right click "All Settings

    Select "Filter Options"

    "Change the drop down for "Configured" to "Yes". Untick the check boxes if any are ticked."

    Press OK

    I found setting Managed, Configured, Commented - all to 'Any' removed the message.
    Dalchina, I have the exact same problem as you showed in your screenshot. However, for me #1 didn't work because "Diagnostics and usage data" is set to "Basics" and greyed out so I can't change it.
    #2 There is no "All Settings" and hence no "Filter Options" under "Computer Configuration/Administrative Templates"
    I'm running Windows 10 64-bit version.
      My Computer


  6. Posts : 1
    Windows 10 Pro
       #16

    TairikuOkami said:
    You can try run CMD as admin and enter this. It will also reset Insider settings.
    Note, that it will remove all policies and settings you might have applied, like UAC.

    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
    Hi, some of them have access denied. Is this right? Even after doing all this, I am unable to turn off Real-time protection
      My Computer


  7. Posts : 1,764
    Windows 10 Pro (+ Windows 10 Home VMs for testing)
       #17

    genoxide said:
    Hi, some of them have access denied. Is this right? Even after doing all this, I am unable to turn off Real-time protection
    Real-time protection is about Windows Defender, not Windows Update.

    Access denied is because there are two registry hives involved - HKEY_CURRENT_USER (abbreviated to HKCU) and the system-wide HKEY_LOCAL_MACHINE (abbreviated to HKLM) - with different permissions.

    Double-clicking on a REG file 'runs' it in the user context of the logged-on user. However, system-wide changes to HKLM needs regedit.exe (the Registry Editor) or reg.exe (the commandline equivalent) to be run as elevated, i.e. using Run as administrator.

    In addition, there are a few Windows Update entries in the registry that are owned by the TrustedInstaller special account so need permissions more elevated than logged-on users in the Administrators group or the (disabled by default) Administrator account.

    (Microsoft is gradually increasing the number of these special Windows Update registry entries in a whack-a-mole attempt to thwart third party utilities like Windows Update Blocker (WUB). Note that using WUB also results in Some settings are managed by your organisation notifications.)

    Whilst the ownership by TrustedInstaller of these special and most-privileged registry entries can be changed, IMO it's better (and much easier) to leave the ownership as it is and, instead, use a third-party utility like PowerRun, AdvancedRun or NSudo to run regedit.exe or reg.exe in the context of the resource's owner rather than changing ownership.

    Hope this helps...
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 14:02.
Find Us




Windows 10 Forums