Microsoft Edge - Remove
config/tweaks.json
594 "WPFTweaksRemoveEdge": {
595 "Content": "Microsoft Edge - Remove",
596 "Description": "Unblocks Microsoft Edge uninstaller restrictions then uses that uninstaller to remove Microsoft Edge.",
597 "category": "z__Advanced Tweaks - CAUTION",
598 "panel": "1",
599 "InvokeScript": [
600 "Invoke-WinUtilRemoveEdge"
601 ],
602 "UndoScript": [
603 "
604 Write-Host 'Installing Microsoft Edge...'
605 winget install Microsoft.Edge --source winget
606 "
607 ],