You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Windows Package Manager is a comprehensive package manager solution that consists of a command line tool and set of services for installing applications on Windows.
2
+
title: WinGet
3
+
description: WinGet (Windows Package Manager) is a comprehensive package manager solution that consists of a command line tool and set of services for installing, managing, and configuring applications on Windows.
4
4
ms.date: 02/13/2025
5
5
ms.topic: overview
6
6
---
7
7
8
-
# Windows Package Manager
8
+
# WinGet
9
9
10
-
Windows Package Manager is a comprehensive [package manager solution](#understanding-package-managers) that includes:
10
+
WinGet (Windows Package Manager) is a comprehensive [package manager solution](#understanding-package-managers) that includes:
11
11
12
-
-[WinGet](./winget/index.md): The command line tool and client interface for the Windows Package Manager service. You can view the packages available using the command [`winget list`](./winget/list.md), find more winget commands: [Use the WinGet tool to install and manage applications](./winget/index.md).
12
+
-[WinGet](./winget/index.md): The command line tool and client interface for the Windows Package Manager. You can view the packages available using the command [`winget search`](./winget/search.md), find more winget commands: [Use the WinGet tool to install and manage applications](./winget/index.md).
13
13
-[Submit packages to Windows Package Manager](./package/index.md): The packaging services for hosting and installing applications on Windows devices.
14
14
-[WinGet Configuration files](./configuration/index.md): Create a set of instructions for Windows Package Manager to consolidate the steps for manually setting up a device and onboarding to a new project to a single command that is reliable and repeatable. WinGet Configuration files utilize PowerShell Desired State Configuration (DSC) in combination with YAML formatted instructions and WinGet packages to handle your machine set up.
15
15
16
16
Windows Package Manager is a helpful tool for:
17
17
18
-
-[Developers](#windows-package-manager-for-developers) who want to manage their software applications using the command line.
19
-
-[Independent Software Vendors (ISVs)](#windows-package-manager-for-isv-software-distribution) who want to distribute software.
20
-
-[Enterprise organizations](#windows-package-manager-for-enterprise-security) who want to automate device set up and maintain a secure work environment.
18
+
-[Developers](#winget-for-developers) who want to manage their software applications using the command line.
19
+
-[Independent Software Vendors (ISVs)](#winget-for-isv-software-distribution) who want to distribute software.
20
+
-[Enterprise organizations](#winget-for-enterprise-security) who want to automate device set up and maintain a secure work environment.
21
21
22
22
## Understanding package managers
23
23
24
-
A package manager is a system or set of tools used to automate installing, upgrading, configuring and using software. Most package managers are designed for discovering and installing developer tools.
24
+
A package manager is a system or set of tools used to install, upgrade, uninstall, and optionally configure software. Most package managers are designed for discovering and installing developer tools.
25
25
26
26
Ideally, developers use a package manager to specify the prerequisites for the tools they need to develop solutions for a given project. The package manager then follows the declarative instructions to install and configure the tools. The package manager reduces the time spent getting an environment ready, and it helps ensure the same versions of packages are installed on their machine.
27
27
28
-
Third party package managers can leverage the [Microsoft Community Package Manifest Repository](package/repository.md) to increase the size of their software catalog.
28
+
Third party package managers may leverage the [WinGet Community Repository](package/repository.md) to increase the size of their software catalog.
29
29
30
-
## Windows Package Manager for developers
30
+
## WinGet for developers
31
31
32
-
Developers use the **winget** command line tool to discover, install, upgrade, remove and configure a curated set of applications. After it is installed, developers can access **winget** via the Windows Terminal, PowerShell, or the Command Prompt.
32
+
Developers use WinGet via the **winget** command line tool to discover, install, upgrade, remove and configure a curated set of applications. After it is installed, developers can access **winget** via the Windows Terminal, PowerShell, or the Command Prompt.
33
33
34
34
For more information, see [Use the winget tool to install and manage applications](winget/index.md).
35
35
36
36
For a video demo of winget, see [Intro to Windows Package Manager](/shows/open-at-microsoft/intro-to-windows-package-manager).
37
37
38
-
Find the [latest Windows Package Manager announcements and version updates](https://devblogs.microsoft.com/commandline/author/denelon/) in the [Windows Command Line Blog](https://devblogs.microsoft.com/commandline/).
38
+
Find the [latest WinGet announcements and version updates](https://devblogs.microsoft.com/commandline/author/denelon/) in the [Windows Command Line Blog](https://devblogs.microsoft.com/commandline/).
39
39
40
-
## Windows Package Manager for ISV software distribution
40
+
## WinGet for ISV software distribution
41
41
42
-
Independent Software Vendors (ISVs) can use Windows Package Manager as a distribution channel for software packages containing their tools and applications. To submit software packages (containing .msix, .msi, or .exe installers) to Windows Package Manager, we provide the open source **Microsoft Community Package Manifest Repository** on GitHub where ISVs can upload [package manifests](package/manifest.md) to have their software packages considered for inclusion with Windows Package Manager. Manifests are automatically validated and may also be reviewed manually.
42
+
Independent Software Vendors (ISVs) can use WinGet as a distribution channel for software packages containing their tools and applications. To submit software packages to the WinGet Community Repository, we provide the open source **WinGet Community Repository** on GitHub where ISVs can upload [package manifests](package/manifest.md) to have their software packages considered for inclusion in the default **winget** source. Manifests and the packages they reference are automatically validated and may also be reviewed manually.
43
43
44
-
For more information, see [Submit packages to Windows Package Manager](package/repository.md).
44
+
For more information, see [Submit packages to WinGet Community Repository](package/repository.md).
45
45
46
-
## Windows Package Manager for Enterprise Security
46
+
## WinGet for Enterprise Security
47
47
48
-
The WinGet client can be used in the command line to install and manage applications across multiple machines. Those responsible for setting up enterprise work environments, such as IT Administrators or Security Analysts, with the goal of maintaining a consistent level of security settings across everyone’s work machine may also be using [Microsoft Intune](/mem/intune/) to manage security using “Group Policy” settings.
48
+
WinGet can be used via the command line to install and manage applications across multiple machines. Those responsible for setting up enterprise work environments, such as IT Administrators or Security Analysts, with the goal of maintaining a consistent level of security settings across everyone’s work machine may also be using [Microsoft Intune](/mem/intune/) to manage security using “Group Policy” settings.
49
49
50
-
To maintain ongoing security updates, the WinGet client is released using the Microsoft Store and installs applications from the Microsoft Store using the [“msstore” source](./winget/source.md) and applying “certificate pinning” to ensure that the connection is secure and established with the proper endpoint.
50
+
To maintain ongoing security updates, WinGet is released using the Microsoft Store and installs applications from the Microsoft Store using the [“msstore” source](./winget/source.md) and applying “certificate pinning” to ensure that the connection is secure and established with the proper endpoint.
51
51
52
-
The Group Policy applied by your enterprise organization may be using SSL inspection via a firewall between the WinGet client and the Microsoft Store source that causes a connection error to appear in the WinGet client.
52
+
The Group Policy applied by your enterprise organization may be using SSL inspection via a firewall between WinGet and the Microsoft Store source that causes a connection error to appear in the WinGet client.
53
53
54
-
For this reason, the Windows Package Manager desktop installer supports a policy setting called: “BypassCertificatePinningForMicrosoftStore”. This policy controls whether the Windows Package Manager will validate the Microsoft Store certificate hash matches to a known Microsoft Store certificate when initiating a connection to the Microsoft Store Source. The options for this policy include:
54
+
For this reason, Winget (via Desktop App Installer) supports a policy setting called: “BypassCertificatePinningForMicrosoftStore”. This policy controls whether WinGet will validate the Microsoft Store certificate hash matches to a known Microsoft Store certificate when initiating a connection to the Microsoft Store Source. The options for this policy include:
55
55
56
56
-**Not configured (default)**: If you do not configure this policy, the Windows Package Manager administrator settings will be adhered to. We recommend leaving this policy in the not configured default unless you have a specific need to change it.
57
57
-**Enable**: If you enable this policy, the Windows Package Manager will bypass the Microsoft Store certificate validation.
@@ -61,19 +61,19 @@ For this reason, the Windows Package Manager desktop installer supports a policy
61
61
62
62
To learn more about setting up Group Policy for your enterprise organization, see the [Microsoft Intune documentation](/mem/intune/).
63
63
64
-
## Additional Group Policy settings for Windows Package Manager
64
+
## Additional Group Policy settings for WinGet
65
65
66
-
Windows Package Manager provides additional configuration options through Group Policy, allowing IT administrators to manage and control functionality across multiple devices. These settings are particularly beneficial for enterprise environments where compliance and consistency are critical.
66
+
WinGet provides additional configuration options through Group Policy, allowing IT administrators to manage and control functionality across multiple devices. These settings are particularly beneficial for enterprise environments where compliance and consistency are critical.
67
67
68
-
Beginning in Windows 11, additional Group Policy templates for Windows Package Manager are included with each release. These templates are divided into several subcategories, enabling IT administrators to configure key aspects of the tool's behavior, such as:
68
+
Beginning in Windows 11, additional Group Policy templates for WinGet are included with each release. These templates are divided into several subcategories, enabling IT administrators to configure key aspects of the tool's behavior, such as:
69
69
70
70
-**Source Control**: Specify which sources are allowed or blocked.
71
71
-**Local Development**: Control whether users are allowed to enable experimental features or local manifest installations.
72
72
-**Execution Policies**: Set policies for the command line interface and proxy options.
3. Download the `DesktopAppInstallerPolicies.zip` file included in the release assets.
79
79
@@ -87,7 +87,7 @@ The ZIP file contains the necessary `.admx` and `.adml` files for deploying the
87
87
> [!NOTE]
88
88
> When working on a Windows Domain Controller, you can store the Group Policy templates in the Central Store. For detailed instructions, see [How to create and manage the Central Store for Group Policy Administrative Templates in Windows](/troubleshoot/windows-client/group-policy/create-and-manage-central-store).
89
89
90
-
New Group Policy settings may be introduced with each release of Windows Package Manager. To ensure your environment is always up to date:
90
+
New Group Policy settings may be introduced with each release of WinGet. To ensure your environment is always up to date:
91
91
92
-
- Regularly check for updates on the [Windows Package Manager GitHub repository](https://github.com/microsoft/winget-cli/releases) page.
92
+
- Regularly check for updates on the [WinGet GitHub repository](https://github.com/microsoft/winget-cli/releases) page.
93
93
- Review the release notes for changes or additions to the policy templates.
0 commit comments