Install Winget Using Powershell Updated [portable] Jun 2026

With dependencies satisfied, download the main App Installer package directly from the official Microsoft Windows Package Manager GitHub repository to bypass the Microsoft Store completely. powershell

Open as Administrator (Right-click Start > Terminal/PowerShell Admin). powershell winget --version Use code with caution.

Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe ``` Use code with caution. Copied to clipboard Verification: After registration, type winget --version to confirm functionality Method 3: Direct Download Script (GitHub Release) For a "one-and-done" manual install from the latest GitHub releases , you can use this compact script powershell install winget using powershell updated

This comprehensive guide provides updated, practical solutions for installing WinGet using PowerShell. Whether you are setting up a new development environment, managing servers, or automating enterprise deployments, this article covers every method you need in 2026.

: By targeting the latest/download URL alias, you never risk downloading an expired or deprecated build. With dependencies satisfied, download the main App Installer

winget --version

If successful, it will return the current version number (e.g., Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft

This guide covers about installing and updating Winget using PowerShell—specifically focusing on current, updated methods as of 2025.

winget-install -Force

>