OneDrive Reinstall

This commit is contained in:
Chris Titus 2023-09-13 16:03:06 -05:00
parent e900a81081
commit 80b7bab468

View File

@ -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": {