Skip to content

Commit 39e9a4d

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/windows-dev-docs (branch docs)
2 parents 708a5d4 + 58d229d commit 39e9a4d

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)