Install Microsoft Store apps from the command line with Windows Package Manager 1.1
Windows Package Manager is a utility that allows you to install Windows applications from a command prompt, as you can with most Linux distributions.
However, until recently, you could only install apps listed in the Windows Package Manager Community Repository. But starting with Windows Package Manager version 1.0, Microsoft added support for third-party application repositories. And starting from version 1.1, you can also install apps from the Microsoft Store.
Microsoft released Windows Package Manager version 1.1 on October 5 and is available for Windows 10 and Windows 11.
If you have already installed the utility, you may have already received the latest version via automatic update. If not, there are three ways to install Windows Package Manager:

Once installed, you can open a command prompt, PowerShell, or Windows Terminal and use the “winget” command (without quotes) to search for apps, get more info about them, install or remove them, and more. .
For example, type “winget” and press return to get a list of commands. Try “winget install netflix” to install the Netflix app from the Microsoft Store or “winget uninstall netflix” to remove it.
You can find more details at Windows Command Line Blog or in the Windows Package Manager Documentation.
Comments are closed.