Winget - Easy Program Install

Talk about the Ultimate Question of Life, The Universe, and Everything
Post Reply
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Winget - Easy Program Install

Post 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
Post Reply