How to install multiple applications using winget and winstall on Windows 10
Winstall is a web application that allows you to create scripts to simplify the process of installing multiple applications using winget on Windows 10.
What is Winget? What is Winstall?
Microsoft has built Windows Package Manager (winget), which allows you to 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 allows you to 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 .
Select the application you want to install4. Click the Generate script button .
Click the Generate script button5. 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
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.
You should read it
- Winstall.app - web-based GUI for Windows Package Manager only
- How to use winget - New Package Manager for Windows 10
- 5 ways to run multiple copies of applications on a Mac
- How to install Qt for GUI application development on Linux
- How to quickly download and install multiple applications at the same time on a Mac
- Run Windows applications on Linux, macOS and other platforms
- 7 utility applications should install for Windows
- How to install applications on iOS 11 jailbreak
- How to run Windows applications on Linux with Wine
- The wizard supports installation, removing many software at the same time in Windows
- How to create USB boot to install multiple Windows with Easy2Boot
- Microsoft allows users to install Windows Store applications on up to 2000 devices
Maybe you are interested
Microsoft makes major improvements to Windows Update, updates will be installed much faster
How to bypass Windows 11 minimum installation requirements
Instructions for installing and registering a Steam account on your computer
AMD Ryzen Users Should Install This BIOS Update for a Free Performance Boost
How to install/reinstall GPU driver on Windows
How to Install Hyper-V on Windows 11 Home