Edge undo change

This commit is contained in:
Chris Titus 2023-09-13 16:23:28 -05:00
parent 80b7bab468
commit 66e6fe39f0

View File

@ -2144,7 +2144,10 @@
"
],
"UndoScript": [
"winget install Microsoft.Edge"
"
Write-Host \"Install Microsoft Edge\"
Start-Process -FilePath winget -ArgumentList \"install -e --accept-source-agreements --accept-package-agreements --silent Microsoft.Edge \" -NoNewWindow -Wait
"
]
},
"WPFEssTweaksRemoveOnedrive": {