How can I remove "Some settings are managed by your administrator" in Chrome?

9,607

A GPO was applied to the computer where Chrome was installed. Nothing fancy other than following Google's Windows administration quick start for Chrome.

My user account did not have write access to HKLM\Software\Policies\Google\Chrome.

The GPO is applied in the registry to HKLM\Software\Policies\Google\Chrome. But the Chromium build, the build you get when you compile Chrome yourself, follows the policy under HKLM\Software\Policies\Chromium.

Switching to Chromium makes the settings available again, but at the cost of loosing the auto-update feature (and the hassle of compiling it).

Share:
9,607

Related videos on Youtube

ixe013
Author by

ixe013

I like smart people who get things done. I do my best everyday to be one of them. I code mostly in C++, Python, Java and... whatever comes my way. I also like to understand a problem down to its roots, a process also known as debugging. LinkedIn profile.

Updated on September 18, 2022

Comments

  • ixe013
    ixe013 over 1 year

    I use Google Chrome everywhere : Computers, phone and tablet.

    On one computer (the only one running Windows XP), I see a message saying "Some settings are managed by your administrator" in the settings page :

    Some settings are managed by your administrator

    What makes Chrome think that an administrator is managing some settings ? In other words, where is that master switch, so I can turn it off ?

    • avirk
      avirk over 11 years
      Did you checked here?
    • ixe013
      ixe013 over 11 years
      Yes, and it leads me to something else. The key is there, but it looks like my account has been denied access to HKCU\Software\Policies\Google\Chrome (confirmed by AccessEnum). I'll post my findings here.