Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

How to Install Multiple Applications Using Winget and Winstall on Windows

Learn how to install Multiple Applications Using Winget and Winstall on Windows with clear steps, practical tips, and key considerations for completing the.

Table of Contents

This guide explains how to install Multiple Applications Using Winget and Winstall on Windows, with clear steps, practical tips, and important checks before you begin.

What is Winget? What is Winstall?

Microsoft has built Windows Package Manager (winget), which lets you explore, install, upgrade, delete, and set up one or more applications on Windows 10 with the command line.

Although using winget to install an application is easy, when you need to download and install many applications, the command can be very complicated and this is where winstall becomes useful.

Winstall is a web application started by Mehedi Hassan on GitHub, connected to the Microsoft app store and lets you visually select the applications you want to install. Winstall automatically creates a script, which you can then use to batch install applications on Windows 10 using winget.

In this tutorial, you'll learn the steps to using winstall to create a script to install multiple applications using winget on Windows 10.

How to install multiple applications using winstall and winget

To install multiple applications using winstall and winget, follow these steps:

1. Open winstall on the web.

https://winstall.app/

2. Click the View All button .

3. Select the applications you want to install by double clicking on them.

Quick tip : You can identify the selected item with a purple border. You can click on the application to deselect it or click the Clear Selections button .

How to install multiple applications using winstall and winget screenshot Select the application you want to install

4. Click the Generate script button .

How to install multiple applications using winstall and winget screenshot 2 Click the Generate script button

5. Click the Copy to clipboard button.

Quick note : The default output is to use the winget with the Command Prompt and you must turn on the Show PowerShell script switch to modify the script and use it on PowerShell. Additionally, you can even download a. bat file to automate the installation process on the device.

6. Open Start.

7. Open Command Prompt with admin rights.

8. Right-click and paste ( Ctrl+ V) the winget script to install the application and click Enter.

For example, this script installs Atom, VLC and 1Password:

winget install --id=AgileBits.1Password -e && winget install --id=twinkstar.browser -e && winget install --id=VideoLAN.VLC -e
How to install multiple applications using winstall and winget screenshot 3 Right click and paste winget script to install the application

When you complete the steps, the application will automatically download and install on your Windows 10 device.

You can use Windows Package Manager without admin rights, but you will be prompted for this. If you still choose not to use admin rights, the installation will fail.

FAQ

What should I know about Install Multiple Applications Using Winget and Winstall on Windows?

Focus on the key features, requirements, limitations, and practical use cases explained in this guide.

How do I get the best results with Install Multiple Applications Using Winget and Winstall on Windows?

Follow the recommended steps, use current software or information, confirm compatibility, and review settings before major changes.

Are there any risks or limitations?

Potential limitations depend on compatibility, data quality, cost, privacy, support, and how the product or method is used.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.