Files
winutil/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveEdge.md
T

22 lines
594 B
Markdown
Raw Normal View History

2026-02-10 19:49:36 +00:00
---
title: "Remove Microsoft Edge"
description: ""
---
2026-02-18 12:37:09 -06:00
2026-03-31 10:33:09 -05:00
```json {filename="config/tweaks.json",linenos=inline,linenostart=1449}
2026-01-27 21:11:30 +02:00
"WPFTweaksRemoveEdge": {
"Content": "Remove Microsoft Edge",
2026-03-02 13:08:27 -06:00
"Description": "Unblocks Microsoft Edge uninstaller restrictions then uses that uninstaller to remove Microsoft Edge.",
2026-01-27 21:11:30 +02:00
"category": "z__Advanced Tweaks - CAUTION",
"panel": "1",
"InvokeScript": [
"Invoke-WinUtilRemoveEdge"
],
"UndoScript": [
"
Write-Host 'Installing Microsoft Edge...'
winget install Microsoft.Edge --source winget
"
],
```