Compile Winutil

This commit is contained in:
ChrisTitusTech 2023-09-13 21:03:37 +00:00 committed by github-actions[bot]
parent 80b7bab468
commit 7f5fe84efb

View File

@ -5624,7 +5624,10 @@ $sync.configs.tweaks = '{
"
],
"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": {