Install WinGetCreate with WinGet package manager
WinGet install wingetcreateDownload the binary directly
Invoke-WebRequest https://aka.ms/wingetcreate/latest -OutFile ./wingetcreate.exeInstall Nevergreen Powershell module
Install-Module -Name NevergreenGet Latest details of package
Get-NevergreenApp -Name KLiteCodecPackTo get details of specific channel such as Basic in K-Lite Codec Pack
Get-NevergreenApp -Name KLiteCodecPack | Where-Object {$_.Channel -eq "Basic"}Note: Powershell should be in elevated mode.
./app.ps1