Skip to content

Instantly share code, notes, and snippets.

@cicalooo
Created July 8, 2026 01:34
Show Gist options
  • Select an option

  • Save cicalooo/e2d8c39b63e4686eb927e39b3680423c to your computer and use it in GitHub Desktop.

Select an option

Save cicalooo/e2d8c39b63e4686eb927e39b3680423c to your computer and use it in GitHub Desktop.
windows 11 ltsc winget
# 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