Install WinGetCreate with WinGet
package manager
WinGet install wingetcreate
Download the binary directly
Invoke-WebRequest https://aka.ms/wingetcreate/latest -OutFile ./wingetcreate.exe
Install Nevergreen Powershell module
Install-Module -Name Nevergreen
Get Latest details of package
Get-NevergreenApp -Name KLiteCodecPack
To 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