Install Winget Using Powershell ((link)) -
# Install VCLibs UWP Desktop Bridge framework Add-AppxPackage -Path "https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx"
# 1. Check for Administrator privileges if (-not ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator)) Write-Warning "This script requires Administrator privileges." break install winget using powershell
You must run PowerShell with Administrator rights to perform the installation. Step-by-Step Guide to Installing WinGet Method 1: The Direct PowerShell Download (Recommended) install winget using powershell