
Type the following command to install multiple apps with the winget command and press Enter: winget install "APP-NAME-1" -e & winget install "APP-NAME-2" -e.To install multiple apps with the winget command, use these steps: Although you can use the app name, the ID option is the better option because it's more specific, lets you choose the source repository, and you will find fewer conflicts running the command. (Optional) Type the following command to install an app by ID and press Enter: winget install APP-IDĪfter you complete the steps, the app will install on Windows 11.This example installs the VSCode app: winget install "Microsoft Visual Studio Code" The quotation marks are only required when the name has multiple words with space.

In the command, change "APP-NAME" for the app's name.

You will also notice that the app ID will have a different structure depending on the source. When using the search command, the "Source" column will tell you whether the app is available from the Windows Package Manager (winget) or Microsoft Store (msstore) repository. Once you complete the steps, you can use the app name or its ID to install it with the Windows Package Manager tool. If the name has spaces, use quotation marks. In the command, change APP-NAME for the actual name of the app.
