Compile Winutil

This commit is contained in:
ChrisTitusTech 2023-09-13 21:23:59 +00:00 committed by github-actions[bot]
parent 9d823fe249
commit 2a96c16377

View File

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