Skip to content

Remove Microsoft Edge

config/tweaks.json
1449  "WPFTweaksRemoveEdge": {
1450    "Content": "Remove Microsoft Edge",
1451    "Description": "Unblocks Microsoft Edge uninstaller restrictions then uses that uninstaller to remove Microsoft Edge.",
1452    "category": "z__Advanced Tweaks - CAUTION",
1453    "panel": "1",
1454    "InvokeScript": [
1455      "Invoke-WinUtilRemoveEdge"
1456    ],
1457    "UndoScript": [
1458      "
1459      Write-Host 'Installing Microsoft Edge...'
1460      winget install Microsoft.Edge --source winget
1461      "
1462    ],