How to remove a rogue extension labelled "Installed by enterprise policy"

Solution 1:

I took many of the suggested steps, and I removed everything I could find on my computer that made any reference to the Extension ID, including registry entries, files, etc. I used "Everything" search tool and scoured my drive for anything related to Chrome extensions or "ExtensionInstallForcelist." Thanks to all for the suggestions as I'm sure those steps are also necessaary, even after all that (including uninstall/re-install of Chrome) I STILL HAD THE EXTENSION LISTED IN CHROME! :(

The thing that finally removed it from my list and "SOLVED" the problem for me was to DELETE the Chrome user profile. Go to Settings > Users > "Delete this user." Somehow the Chrome profile was holding on to the Policy info somewhere, though I couldn't tell exactly where. The image below shows the action I used in Chrome Settings.

enter image description here

Hope this helps someone save a few hours of headache!

Solution 2:

I just took care of this issue. I'm not sure if there are extra steps involved. I forgot the exact ID and directories involved, so I'll only provide general but specific steps to help you remove it.

  1. Navigate to chrome://extensions/
  2. Enable Developer mode
  3. Take note of the unwanted extension ID
  4. Close the browser
  5. Open the registry editor (regedit.exe)
  6. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Policies\Chrome\ExtensionInstallForcel‌​ist
    • Or HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Chrome\ExtensionInstallForcel‌​ist
    • Alternatively HKEY_CURRENT_USER\Software\Policies\Chrome\ExtensionInstallForcelist
  7. Look for a registry value that contains the ID (likely 1)
  8. Take note of the value. It will contain a path on your computer pointing to an extension update file
  9. Delete the registry value
  10. Navigate to directory containing the above updater file
  11. Delete the directory
  12. Navigate to C:\Users\YOUR_NAME\AppData\Local\Google\Chrome\User Data\Default\Extensions
  13. Delete the directory corresponding to the noted ID

Basically, when looking for a weird extension that gets installed on a machine, I go look at the following key locations for the extension's ID:

  • Registry HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Chrome\ExtensionInstallForcelist
  • Registry HKEY_CURRENT_USER\Software\Policies\Chrome\ExtensionInstallForcelist
  • Registry HKEY_LOCAL_MACHINE\SOFTWARE\(Wow6432Node)\Google\Chrome\Extensions
  • Registry HKEY_CURRENT_USER\Software\Google\Chrome\Extensions
  • File system C:\Users\YOUR_NAME\AppData\Local\Google\Chrome\User Data\Default\Extensions

If the above doesn't contain it, then a global search (registry and file system) usually reveals it.

Solution 3:

You can see current policies in force by going to chrome://policy/

As of Version 28, Chrome no longer uses the registry to manage group policy. It now uses the regular windows GPO capabilities (See here). Malware may add a .pol policy file to Windows that is forcing the extension to appear in the list even after you have deleted the offending folders per FlameStream's advice. (Or by reviewing the location of the extension reported in the chrome://policy/ list.)

Look in C:\Windows\System32\GroupPolicy\User and C:\Windows\System32\GroupPolicy\Machine and any sub folders for .pol files. Review them with a text editor, and delete any .pol files that reference the extension unique identifier or contain the string "ExtensionInstallForceList".

Solution 4:

I got the same thing, I tried almost everything. Only thing that I got it to atleast be disabled is downloaded Avast! Browser Cleanup. This is not the regular Avast, it is specifically for disabling extentions. Hope this helps you or others that google this problem.