Skip to content

Commit 58d229d

Browse files
authored
Merge pull request #5370 from floh96/patch-1
fix(sandbox): add -AllUsers to Repair-WinGetPackageManager
2 parents c75075f + 46f0777 commit 58d229d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub/package-manager/winget/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Write-Host "Installing WinGet PowerShell module from PSGallery..."
3939
Install-PackageProvider -Name NuGet -Force | Out-Null
4040
Install-Module -Name Microsoft.WinGet.Client -Force -Repository PSGallery | Out-Null
4141
Write-Host "Using Repair-WinGetPackageManager cmdlet to bootstrap WinGet..."
42-
Repair-WinGetPackageManager
42+
Repair-WinGetPackageManager -AllUsers
4343
Write-Host "Done."
4444
```
4545

0 commit comments

Comments
 (0)