Install Winget Using Powershell Updated May 2026
Installing winget using PowerShell
and its dependencies (like UI Xaml and VC++ libs) from GitHub. Run this command in an elevated PowerShell prompt: powershell Install-Script -Name winget-install -Force; winget-install Use code with caution. Copied to clipboard install winget using powershell updated
winget install Microsoft.AppInstaller
Invoke-WebRequest https://raw.githubusercontent.com/asheroto/winget-installer/master/winget-install.ps1 -UseBasicParsing | iex Use code with caution. Copied to clipboard Verifying the Installation Invoke-WebRequest https://raw
Conclusion
Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe Use code with caution. Post-Installation Checklist install winget using powershell updated
App Store Fix: Sometimes the simplest fix is to update "App Installer" via the Microsoft Store app directly.
This command opens the Microsoft Store page for the "App Installer." Click Get or Install.