I found some weird policies on my chrome by visiting chrome://policy/ (or about:policy), like ExtensionInstallSources or ExtensionInstallWhitelist. I though it may be from some virus because on other machines with a clean chrome install the policies are empty.

i went to the win 7 registry and removed all the keys/entries that contained the policies names, but when I visit chrome://policy/ they still show up.

I even tried removing the entire \AppData\Local\Google\Chrome\User Data\ folder and the unknown extensions I had disappeared but the policies still show up.

How do I remove them?

3

4 Answers

Policies in Chrome are in the registry.
Is this your company computer? because if you removed it they will put it back again.
Anyway, delete the following keys:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google HKEY_CURRENT_USER\Software\Policies\Google 
3

i can't understand your problem, the windows registry locations of chrome policies

Windows registry location:

Software\Policies\Chromium\ExtensionInstallWhitelist Software\Policies\Chromium\ExtensionInstallSources 

for more information about all chrome policies go to

1

To completely remove the policy, you need to do the following:

  1. Delete the following Windows Registry keys:
    • HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google
    • HKEY_CURRENT_USER\Software\Policies\Google
  2. Uninstall Google Chrome
  3. Delete the contents of following folder: %USERPROFILE%\AppData\Local\Google\Chrome
  4. Delete the contents of following folder: %WINDIR%\System32\GroupPolicy
  5. Delete the contents of following folder: %WINDIR%\System32\GroupPolicyUsers
  6. Open the command prompt and run the following command: gpupdate /force
  7. Install Google Chrome

I found the solution and this ill work in mac to remove them to remove chrome policies on mac. First Go to the finder. then go to /Library/Managed Preferences/[user]/

com.google.Chrome.plist complete.plist

Remove these files and done. Please do response if it is helpful or not. Thank you

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy