diff --git a/config/tweaks.json b/config/tweaks.json index 428b5dff..ecb6bf3d 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -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": {