From 2a96c1637752e2f3a764e6ee81bbe7cf0cb65808 Mon Sep 17 00:00:00 2001 From: ChrisTitusTech Date: Wed, 13 Sep 2023 21:23:59 +0000 Subject: [PATCH] Compile Winutil --- winutil.ps1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/winutil.ps1 b/winutil.ps1 index 01cfb1cb..fe225afa 100644 --- a/winutil.ps1 +++ b/winutil.ps1 @@ -5550,7 +5550,10 @@ $sync.configs.tweaks = '{ " ], "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": {