Google Chrome: This setting is enforced by your administrator

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

提交回复
热议问题