Uninstall the Chrome Extension on Windows
Last updated
When you deploy a Chrome extension via GPO using ExtensionInstallForcelist and ExtensionSettings, uninstalling it is simply a matter of removing the corresponding GPO entries.
On your management server or PC, run gpmc.msc.
Locate the GPO you used to deploy the extension.
Right-click and select Edit.
Go to:
Computer Configuration
→ Policies
→ Administrative Templates
→ Google Chrome
→ Extensions
Double-click on Configure the list of force-installed apps and extensions.
Remove the line for your extension:
chrome_extension_id;https://clients2.google.com/service/update2/crx
Click OK.
Go to:
Computer Configuration
→ Policies
→ Administrative Templates
→ Google Chrome
→ Extensions
Double-click on Extension management settings.
If you previously added a block like this:
— remove the entire chrome_extension_id section.
Run gpupdate /force on a client PC, or just wait for the next policy refresh cycle.
Restart Chrome on the client machine(s).
Go to chrome://policy and verify that the extension is no longer force-installed.
The extension should uninstall itself automatically.
If you’re using registry GPOs instead of ADMX templates, just delete the registry items in the corresponding GPO section under:
Computer Configuration → Preferences → Windows Settings → Registry
Remove the keys for:
HKLM\Software\Policies\Google\Chrome\ExtensionInstallForcelist
HKLM\Software\Policies\Google\Chrome\ExtensionSettings
Last updated
{
"chrome_extension_id": {
"toolbar_pin": "force_pinned"
}
}