Google Chrome: This setting is enforced by your administrator

后端 未结 8 707
忘掉有多难
忘掉有多难 2021-01-30 06:51

I recently updated my Chrome browser and noticed something very weird. Many fields in the Settings have been disabled. \"This setting is enforced by your administrator\" appears

相关标签:
8条回答
  • 2021-01-30 07:31

    In my case, the setting was HKEY_CURRENT_USER\Software\Policies\Google\Chrome

    I deleted Chrome and everything is fine now.

    0 讨论(0)
  • 2021-01-30 07:32

    Actually, I've got a bit more precise solution, which might be useful if you don't want to change/delete anything else.

    Run regedit, and at the HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome key you should have a PasswordManagerEnabled property, which probably is set to 0.

    Simply change it to 1.

    Edit: I tried it on some other computer and it didn't want to work, so I rebooted my computer, made sure Chrome is closed, then changed it in the registry, and finally it worked. So make sure Chrome is closed when you do this.

    0 讨论(0)
  • 2021-01-30 07:37

    Try to use this solution:

    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome

    Run regedit, Delete the key, then restart Chrome.

    0 讨论(0)
  • 2021-01-30 07:41

    (MacOS) I got this issue after getting some malware that was forcing me to use WeKnow as a search engine. To fix this on MacOs I followed these steps

    1. Go to System Preferences, then check if there's an icon named Profiles.

    2. Remove AdminPrefs profile

    3. Change default search engine settings, Restart Chrome

    The above partially helped (I still had WeKnow as my home page). After that I followed these steps:

    1. Type chrome://policy/ to see the policies. You cannot change them there

    2. Copy paste this into your terminal

    defaults write com.google.Chrome HomepageIsNewTabPage -bool false

    defaults write com.google.Chrome NewTabPageLocation -string "https://www.google.com/"

    defaults write com.google.Chrome HomepageLocation -string "https://www.google.com/"

    defaults delete com.google.Chrome DefaultSearchProviderSearchURL

    defaults delete com.google.Chrome DefaultSearchProviderNewTabURL

    defaults delete com.google.Chrome DefaultSearchProviderName

    I've also ran a scan of my system with Avast antivirus that has detected some malware

    0 讨论(0)
  • 2021-01-30 07:42

    On Linux, you can get rid of "Managed by your organization" Chrome policies, by removing these directories (as sudo probably):

    /etc/opt/chrome/policies
    /etc/opt/chrome/policies/managed
    /etc/opt/chrome/policies/recommended
    
    0 讨论(0)
  • 2021-01-30 07:43

    Any one on windows 10 Pro , this is for you guys --

    1. Open CMD in administrator mode .
    2. Paste below code-

      RD /S /Q "%WinDir%\System32\GroupPolicyUsers" 
      RD /S /Q "%WinDir%\System32\GroupPolicy" 
      gpupdate /force
      
    3. After few seconds you will see this -

      User Policy update has completed successfully.
      Computer Policy update has completed successfully.
      
    4. Now you can change your search engine to whatever you want.

    Thank you

    0 讨论(0)
提交回复
热议问题