From 66e6fe39f05ecf0e566540c26aa67943aa08a499 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Wed, 13 Sep 2023 16:23:28 -0500 Subject: [PATCH] Edge undo change --- config/tweaks.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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": {