Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Tech News
  • Contact
  • Toggle search form

Install Applications with Winget CLI on Windows

Posted on 23/05/202005/09/2026 IT Expert By IT Expert No Comments on Install Applications with Winget CLI on Windows
  1. Home
  2. Windows Server
  3. Install Applications with Winget CLI on Windows
wingettool

Windows Package Manager is an open-source package manager designed for Microsoft Windows 10. It consists of a command-line utility and a set of services for installing applications. Please see how to Install Applications with Winget CLI on Windows. Please see How to keep Apps up to date on Windows devices, How to uninstall AWS CLI in Windows, and “AWS CLI Error: All commands return Unknown output type [None]“.

They are a collection of tools that enable users to automate the installation, configuration, and updating of apps and programs. They deal with packages, or collections, of bundled files.

Package managers make it easy to install, upgrade, or remove software for a computer’s operating system. There is nothing more exciting than using a package manager to install apps instead of double-clicking boring executables. Linux users will be able to see similarities between the yum and the apt-get.

Kindly refer to these guides on how to install Windows Package Manager (Winget CLI), how to install, upgrade and uninstall Chocolatey, and how to install, upgrade and uninstall software with Chocolatey. In this guide, you will learn how to install applications with Winget CLI on Windows.

Here is an update to this guide “How to use the Winget tool to install and manage applications on Windows 11“. In Windows 11, the Winget Tools comes bundled with Windows 11, and some versions of Windows 10 by default as the App Installer.

What does the Windows Package Manager enable us to do?

The Winget CLI command enables developers to discover, install, upgrade, remove and configure applications on Windows 10 computers. If you do not see an app of your choice, just create a new manifest, and submit it.

For more information, see the Microsoft Community Windows Package Manager manifest repository.

Screenshot of a Windows 10 file explorer window displaying the contents of a 'manifests' folder within a 'winget-pkgs' directory, showing a list of folder names and modification dates.

Now that the Windows Package Manager is installed, you can start using winget in the Windows Terminal, Windows command line, or PowerShell.

The command-line client “winget.exe” is already pre-configured to point to the Microsoft community repository.

To see a full list of commands for the Windows package manager, simply type winget at a PowerShell prompt and a help screen will be displayed.

Screenshot of a Windows PowerShell interface displaying the command 'winget' with available commands and options for the Windows Package Manager.

Use the Winget Help Command

To use help for each command, you can just type the specific command and follow it with a -? For example, to see the help screen for the install command, you would enter the command:

Screenshot of Windows PowerShell displaying the command 'winget install' followed by available arguments and options for installing applications using Windows Package Manager.

To search for an Application with Winget Package Manager

You can search for available packages with the command below if you are very sure of the application name.

winget search APPLICATION
Windows PowerShell displaying the output of 'winget' commands searching for Notepad++ and 7-Zip, including version information.

When you are not sure of the name of the application, then use the following syntax without completing the application name. The command below will display all applications having the Microsoft name attached to them.

winget search Microsoft
Windows PowerShell interface displaying a list of Microsoft software packages with their IDs and version numbers.

If you want to see a list of all available packages, you also type “winget search” without any arguments, and the full list will be displayed.

It is more useful when you use the “winget search | more” command to see a list of packages one page at a time.

Please see how to Fix unable to start the Application Identity Service, Creating a WinPE USB Drive: Fixing System Boot Issues, and how to update Veeam Backup and Replication [VBR].

To display information about an application

To display information about a specific package available in the Microsoft Community repository.

These details include the version, its license, the program’s description, the developer, and where it will be installed. We use the following command:

winget show APPLICATION
Windows PowerShell window displaying the output of 'winget show' commands for the applications 7zip and Notepad++.

Install the Application On Windows with Winget

In this section, we will start to install applications with Winget CLI on Windows. The first example is “1: Let’s install “Chrome”. We shaöll be installing Chrome via Winget CLI.

Note: If you have the User Access Control enabled on your system, you will be prompted to accept this.

In this case, click on Yes.

winget install APPLICATION
Screenshot 2020 05 23 at 21.09.18
Screenshot 2020 05 23 at 21.10.45

Example 2: Let’s install Notepad++ via Winget CLI

winget install notepad++
Command line interface showing the installation process of Notepad++ using WinGet, displaying download progress and successful installation messages.

List Package Repositories on Windows with Winget

Note: This tool allows you to add repositories, or sources, that will be used to search for applications to install.

While Microsoft plans on allowing you to add multiple repositories in the future, at this point winget only allows you to configure one at a time. To manage your repositories/sources, you can use the winget source command.

winget source (add/list/update/remove/reset)

Below are some planned features for Winget 1.0

  • Dependency management
  • Uninstall apps
  • Install apps from the Microsoft Store
  • Update one or all installed apps
  • List installed apps
  • Group Policy control
  • Support for silent installs, though this may be used by threat actors when installing malware from their own repositories.

I hope you found this blog post helpful. Now you have learned how to install applications with Winget CLI on Windows. If you have any questions, please let me know in the comment session.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows Server Tags:Package Management, Packages, Windows 10, Windows Server 2016

Post navigation

Previous Post: Clone a repository and install software from GitHub on Windows
Next Post: Differences between Capture image, Discover image, Install and Boot images

Related Posts

  • Slide1 1
    How to manage Microsoft Defender Antivirus using Group Policy and Command Line Utility Anti-Virus Solution
  • DC 3
    How to demote and remove a Domain Controller on Windows Servers Windows Server
  • article 1280x720.78eff5c4
    How to reset your built-in Local Administrator password in Windows 10 Windows Server
  • MSIEXEC returned 1602
    Fix MSIEXEC returned 1602: Trellix Setup cannot use this account Windows Server
  • Explorer Error
    How to fix an attempt was made to reference a Token that does not exist Network | Monitoring
  • WAMP errors
    Apache errors associated with WAMP installation for TeamPass Web Server

More Related Articles

Slide1 1 How to manage Microsoft Defender Antivirus using Group Policy and Command Line Utility Anti-Virus Solution
DC 3 How to demote and remove a Domain Controller on Windows Servers Windows Server
article 1280x720.78eff5c4 How to reset your built-in Local Administrator password in Windows 10 Windows Server
MSIEXEC returned 1602 Fix MSIEXEC returned 1602: Trellix Setup cannot use this account Windows Server
Explorer Error How to fix an attempt was made to reference a Token that does not exist Network | Monitoring
WAMP errors Apache errors associated with WAMP installation for TeamPass Web Server

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • ePO PIA Tool
    Fixes to Trellix ePolicy Orchestrator Installation Errors Security | Vulnerability Scans and Assessment
  • Enale FIPS compliance mode on Windows
    How to enable FIPS mode on Windows Server Oracle/MSSQL/MySQL
  • insufficientaccessright 1
    Azure AD Connect Permission issue: Error 8344 insufficient access rights to perform the operation AWS/Azure/OpenShift
  • xxxxxx
    How to move the Taskbar to a second screen in Windows Windows
  • Microsoft LAPS
    Configure Windows LAPS Management with Microsoft Intune AWS/Azure/OpenShift
  • image 130
    How to fix the Security Database on the Server does not have a Computer Account for this Workstation Trust Relationship on Windows Server [Part 2] Scripts
  • teams feature
    How to install and configure Microsoft Teams on Ubuntu Linux
  • dtjdhn
    The action cannot be completed because the folder or file is open in another program: Determine where a file is open in Windows Windows

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,762 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.