Page 1 of 1

Winget - Easy Program Install

Posted: 21 Nov 2021, 21:13
by kim
From the Windows 10/11 command line:

FileBot:

Code: Select all

winget install --id PointPlanck.FileBot --exact --source winget
more info: viewtopic.php?p=54754#p54754

Kodi:

Code: Select all

winget install --id XBMCFoundation.Kodi --exact --source winget
Plex:

Code: Select all

winget install --id Plex.Plex --exact --source winget
MediaInfo (GUI):

Code: Select all

winget install --id MediaArea.MediaInfo.GUI --exact --source winget
Winget not installed, from Powershell run:

Code: Select all

Start-Process "ms-appinstaller:?source=https://aka.ms/getwinget"
or
website: https://aka.ms/getwinget

Other programs:
e.g.

Code: Select all

winget search media --source winget

Code: Select all

winget search --tag "media player" --source winget