diff --git a/docs/content/dev/features/Fixes/Winget.md b/docs/content/dev/features/Fixes/Winget.md index 008f3669..1d6a973a 100644 --- a/docs/content/dev/features/Fixes/Winget.md +++ b/docs/content/dev/features/Fixes/Winget.md @@ -17,7 +17,7 @@ function Invoke-WPFFixesWinget { try { Set-WinUtilTaskbaritem -state "Indeterminate" -overlay "logo" Write-Host "==> Starting Winget Repair" - Install-WinUtilWinget -Force + Install-WinUtilWinget } catch { Write-Error "Failed to install winget: $_" Set-WinUtilTaskbaritem -state "Error" -overlay "warning"