Skip to content

Instantly share code, notes, and snippets.

@xnumad
Last active April 16, 2024 10:22
Show Gist options
  • Save xnumad/9af8fbdb5e17716106cc769abdfe7991 to your computer and use it in GitHub Desktop.
Save xnumad/9af8fbdb5e17716106cc769abdfe7991 to your computer and use it in GitHub Desktop.
Simplest way to get rid of pre-installed Chrome extensions
Sadly, the usual uninstallers of those programs DO NOT remove their "enforcement of pre-installing" extensions into Google Chrome web browser. ("Another program on your computer added an extension that may change the way Chrome works.")
This guidance only contains instructions for Google Chrome.
Enter about://extensions into the adress bar of Google Chrome.
Click on "Details" for the respective extension you want to stop from being pre-installed.
Copy the extension ID from the URL (the text after "id=").
Now remove all these in the registry existing keys at the following paths:
- HKEY_LOCAL_MACHINE\SOFTWARE\Google\Chrome\Extensions\<id>
- HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Google\Chrome\Extensions\<id>
- HKEY_CURRENT_USER\SOFTWARE\Google\Chrome\Extensions\<id>
You can verify the removal by creating a new Chrome profile and checking if the extension is still being pre-installed.
Sources:
https://www.chromium.org/administrators/pre-installed-extensions
Search tags:
Get rid of Avira SafeSearch Plus extension (https://chrome.google.com/webstore/detail/avira-safesearch-plus/ipmkfpcnmccejididiaagpgchgjfajgp)
Get rid of Application Launcher for Drive (by Google) (https://chrome.google.com/webstore/detail/application-launcher-for/lmjegmlicamnimmfhcmpkclmigmmcbeh)
@al-iskandar-github
Copy link

It's also worth mentioning that you can find the HKEY folders using Registry Editor, which is installed on Windows by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment