From 80b7bab468ca177663a962750ed0b73f41bd9c27 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Wed, 13 Sep 2023 16:03:06 -0500 Subject: [PATCH] OneDrive Reinstall --- config/tweaks.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/tweaks.json b/config/tweaks.json index 78824ac3..428b5dff 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -2218,7 +2218,10 @@ " ], "UndoScript": [ - "winget install Microsoft.OneDrive" + " + Write-Host \"Install OneDrive\" + Start-Process -FilePath winget -ArgumentList \"install -e --accept-source-agreements --accept-package-agreements --silent Microsoft.OneDrive \" -NoNewWindow -Wait + " ] }, "WPFMiscTweaksDisableNotifications": {