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 be41505 commit a1907f5Copy full SHA for a1907f5
functions/public/Invoke-WPFFixesWinget.ps1
@@ -10,8 +10,8 @@ function Invoke-WPFFixesWinget {
10
# Install Choco if not already present
11
try {
12
Set-WinUtilTaskbaritem -state "Indeterminate" -overlay "logo"
13
- Install-WinUtilChoco
14
- Start-Process -FilePath "choco" -ArgumentList "install winget -y --force" -NoNewWindow -Wait
+ Write-Host "==> Starting Winget Repair"
+ Install-WinUtilWinget -Force
15
} catch {
16
Write-Error "Failed to install winget: $_"
17
Set-WinUtilTaskbaritem -state "Error" -overlay "warning"
0 commit comments