Skip to content

Remove Microsoft Edge Extension

Removes an extension from Microsoft Edge ExtensionSettings policy. This removes the extension from the policy while keeping other extensions intact. If no extensions remain, the policy is removed completely.

Required

The ID of the extension to remove. This is the same extension ID used when adding the extension (e.g., fphgeikpdcdcheaochkhldmnfblfogla for NordVPN)

  • Category: Browser settings
  • Brick ID: Edge-Remove-Extension
{
"category": "browserSettings",
"description": "Removes an extension from Microsoft Edge ExtensionSettings policy. This removes the extension from the policy while keeping other extensions intact. If no extensions remain, the policy is removed completely.",
"developerVendor": "CapaSystems A/S",
"displayName": null,
"id": "Edge-Remove-Extension",
"name": "Remove Microsoft Edge Extension",
"parameters": [
{
"defaultValue": "",
"defaultValueObject": null,
"description": "The ID of the extension to remove. This is the same extension ID used when adding the extension (e.g., fphgeikpdcdcheaochkhldmnfblfogla for NordVPN)",
"id": "ExtensionID",
"name": "Extension ID",
"regExValidation": "",
"required": true,
"type": "TextBox",
"value": null,
"values": [],
"valuesObject": null
}
],
"powershell": {
"base64Encoded": true,
"function": "ZnVuY3Rpb2..."
},
"type": "powerbrick",
"version": "2026.7.2.1"
}