Google Chrome: This setting is enforced by your administrator

后端 未结 8 713
忘掉有多难
忘掉有多难 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: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

提交回复
热议问题