Skip to content

Microsoft Edge - Remove

config/tweaks.json
575  "WPFTweaksRemoveEdge": {
576    "Content": "Microsoft Edge - Remove",
577    "Description": "Unblocks Microsoft Edge uninstaller restrictions then uses that uninstaller to remove Microsoft Edge.",
578    "category": "z__Advanced Tweaks - CAUTION",
579    "panel": "1",
580    "InvokeScript": [
581      "Invoke-WinUtilRemoveEdge"
582    ],
583    "UndoScript": [
584      "
585      Write-Host 'Installing Microsoft Edge...'
586      winget install Microsoft.Edge --source winget
587      "
588    ],