Browser Extension
PowerShell script to silently remove a browser extension by ID.
Overview
This script removes a Microsoft Edge or Google Chrome extension for all user / browser profiles on a device.
Prerequisites: This script has no prerequisites.
Script
https://github.com/wise-io/scripts/blob/main/scripts/RemoveExt.ps1
Examples
Example 1
This example removes the Microsoft Editor: Spelling & Grammar Checker extension in Microsoft Edge for all users and browser profiles.
Parameters
Required Parameters
-ID
The ID of the browser extension to be removed.
Last updated
Was this helpful?