Created
July 8, 2026 01:34
-
-
Save cicalooo/e2d8c39b63e4686eb927e39b3680423c to your computer and use it in GitHub Desktop.
windows 11 ltsc winget
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Force install the NuGet Package Provider | |
| Install-PackageProvider -Name NuGet -Force | Out-Null | |
| # Install the official WinGet client module from the PSGallery | |
| Install-Module -Name Microsoft.WinGet.Client -Force -Repository PSGallery | Out-Null | |
| # Bootstrap and install the WinGet application infrastructure for all users | |
| Repair-WinGetPackageManager -AllUsers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment