Install Winget Using Powershell Updated Upd Jun 2026
winget --version
Right-click (or PowerShell 7) and select Run as administrator . Step 2: Set the Execution Policy
This command will update winget to the latest version. install winget using powershell updated
Before you begin, ensure your system supports the modern WinGet environment:
If the automated script fails due to network restrictions, proxy configurations, or execution policy blocks, you can manually fetch and register the AppX packages using PowerShell commands. Step 1: Download the Packages via PowerShell winget --version Right-click (or PowerShell 7) and select
Once downloaded, open PowerShell as Administrator and run the following command (replace the file path with your download path): powershell
WinGet relies on specific Microsoft runtime frameworks. Run the following block in an elevated PowerShell window to download the latest stable release and its required components directly to your Downloads folder: powershell Step 1: Download the Packages via PowerShell Once
Method 3: Repairing and Registering an Existing Winget Installation
Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe