How to Install Multiple Apps in Bulk with Winstall on Windows 11

Do you have a new computer and want to install all the programs you need right away? Winstall can help you accomplish this task.

Windows Package Manager is a tool that helps users find, download, install, and update apps on Windows 11. With this tool, it’s very easy to install several apps at once. Installing applications one by one will take a lot of time and effort.

In Windows 11, you have several ways to download and install apps. You can use the standalone installer or the Microsoft Store, or you can use Windows Package Manager (Winget).

Winget is a tool that runs on the command line which may be difficult for users to install applications. Winstall helps you easily find and install applications through websites that you can use.

With Winstall, you can now quickly install many apps for Windows 11 using Winget. Winstall is a web application for browsing Windows Package Manager applications, and creating batch installation commands using an intuitive interface.

How to use Winstall to install multiple applications at once

The Winstall application package is a group of ready-made applications that you can use in Windows 11. There are different types of packages, such as the essential ones, for fun, for surfing the internet, and more.

Visit the official website of Winstall. On this page, you can create a new application package that suits your needs or you choose a package that has already been prepared.

To create a new package, click the “Create a pack” button and then log in, you can log in using your Twitter account.

Winstall pack

If you choose the application package that has been provided, you do not need to log in to use it. Select the app package and click the “View pack” button to view its details. Next, select the applications you want to install by clicking the “+” button in the upper right corner of the application.

Winstall generate script

After you finish selecting the application, click the “Generate Script” button at the bottom. You have three application installation options, namely with “Batch”, “PowerShell” and “Winget Import”.

Install multiple apps using Batch (CMD)

You can easily find, download, and install apps on Windows 11. You can get almost any app from the Windows Package Manager or even from the Microsoft Store.

Here’s how to use the Winstall command at the Command Prompt to install some programs on your PC:

Winstall batch script
  1. Select the “Batch” button on the “Generate Script” page in the previous step.
  2. Click “Advanced Options” to expand, then check the box under “Request silent installation”.
  3. Next, click the “Copy to clipboard” button to copy the generated script.
  4. Open Command Prompt (CMD) and run it as administrator.
  5. Paste the copied code into the Command Prompt window and press the Enter key to execute the code.
  6. These commands will be executed sequentially and will download and install each application on your system. You don’t need to click buttons or interact with the installer window. After all, applications have finished installing, close the Command Prompt window.

Install multiple apps using PowerShell

How to install using PowerShell is almost the same as the previous way that used Command Prompt (CMD).

  1. Select the ong>“PowerShell” button on the “Generate Script” page in the previous step.
  2. Click “Advanced Options” to expand, then check the box under “Request silent installation”.
  3. Next, click the “Copy to clipboard” button to copy the generated script.
  4. Open PowerShell and run it as administrator.
  5. Paste the copied code into the PowerShell window and press the Enter key to execute the code.
  6. These commands will be executed sequentially and will download and install each application on your system. You don’t need to click buttons or interact with the installer window. When all apps have finished installing, close the PowerShell window.

Install multiple apps using Winget

  1. Select the “Winget Import” button on the “Generate Script” page in the previous step.
  2. Next, click the “Download.json” button to download the generated json file.
  3. Copy the generated result code.
  4. Then, open a terminal window in the same folder as the downloaded .json file, paste the code you copied into the terminal window and press Enter.
  5. Wait for the process of downloading and installing each application to complete. When all applications have finished installing, close the terminal window.

RELATED ARTICLES

Latest Articles