### с помощью PowerShell скачать appxbundle файл winget с GitHub и установить его (https://github.com/microsoft/winget-cli/releases):
mkdir "C:\PS" Invoke-WebRequest -Uri "https://github.com/numbnet/Win10andAppx/blob/numbnet/WinModules/winget-cli/releases/download/v0.2.3162-preview/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.appxbundle" -OutFile "C:\PS\WinGet.appxbundle" Add-AppxPackage "C:\PS\WinGet.appxbundle"
##===========================================================================