Winget Install Multiple Apps at Once

In this blog post, I will show you how to install multiple apps simultaneously with the Microsoft Winget package manager.

Winget is an open-source package manager for Windows. It allows users to easily install and manage software packages from the command line interface. It is similar to popular package managers like apt-get and Homebrew, but specifically designed for the Windows operating system. With Winget, users can save time and effort by automating the installation and maintenance of their favourite software packages.

Install Multiple Apps With Winget

To install multiple apps with Winget at once, I am using a text file that contains all the apps that I need to install and a PowerShell script that loops over the list and installs each app.

To use the configuration, create the two files on your machine. To find the ID of each application use the winget search appname command.

apps.txt

winget_install.ps1


Posted

in

by

Comments

One response to “Winget Install Multiple Apps at Once”

  1. Gman Avatar
    Gman

    Nice! This will come in handy for sure!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.