diff --git a/functions/public/Invoke-WPFFixesWinget.ps1 b/functions/public/Invoke-WPFFixesWinget.ps1 index 36a8afab..5dd53a6b 100644 --- a/functions/public/Invoke-WPFFixesWinget.ps1 +++ b/functions/public/Invoke-WPFFixesWinget.ps1 @@ -8,6 +8,6 @@ function Invoke-WPFFixesWinget { BravoNorris for the fantastic idea of a button to reinstall winget #> - Start-Process -FilePath "choco" -ArgumentList "install winget -y" -NoNewWindow -Wait + Start-Process -FilePath "choco" -ArgumentList "install winget -y --force" -NoNewWindow -Wait } \ No newline at end of file