mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2026-06-15 03:46:30 +10:00
3404f185f1
Co-authored-by: ChrisTitusTech <7896101+ChrisTitusTech@users.noreply.github.com>
593 B
593 B
title, description
| title | description |
|---|---|
| Remove Microsoft Edge |
"WPFTweaksRemoveEdge": {
"Content": "Remove Microsoft Edge",
"Description": "Unblocks Microsoft Edge uninstaller restrictions than uses that uninstaller to remove Microsoft Edge",
"category": "z__Advanced Tweaks - CAUTION",
"panel": "1",
"InvokeScript": [
"Invoke-WinUtilRemoveEdge"
],
"UndoScript": [
"
Write-Host 'Installing Microsoft Edge...'
winget install Microsoft.Edge --source winget
"
],