We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d24974 commit 5e78391Copy full SHA for 5e78391
docs/content/dev/features/Fixes/Winget.md
@@ -17,7 +17,7 @@ function Invoke-WPFFixesWinget {
17
try {
18
Set-WinUtilTaskbaritem -state "Indeterminate" -overlay "logo"
19
Write-Host "==> Starting Winget Repair"
20
- Install-WinUtilWinget -Force
+ Install-WinUtilWinget
21
} catch {
22
Write-Error "Failed to install winget: $_"
23
Set-WinUtilTaskbaritem -state "Error" -overlay "warning"
0 commit comments