Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.md #5180

Open
wants to merge 2 commits into
base: docs
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions hub/package-manager/winget/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title: Use WinGet to install and manage applications
description: The WinGet command line tool enables developers to discover, install, upgrade, remove and configure applications on Windows computers.
ms.date: 08/05/2024
ms.date: 11/20/2024
ms.topic: overview
ms.localizationpriority: medium
---

# Use the WinGet tool to install and manage applications
Expand All @@ -12,7 +11,9 @@ ms.localizationpriority: medium

## Install WinGet

**WinGet** the Windows Package Manager is available on Windows 11, modern versions of Windows 10, and Windows Server 2025 as a part of the **App Installer**. The **App Installer** is a System Component delivered and updated by the Microsoft store on Windows Desktop versions, and via Updates on Windows Server 2025.
Windows Package Manager **WinGet** command-line tool is available on Windows 11 modern versions of Windows 10, and Windows Server 2025 as a part of the **App Installer**. The **App Installer** is a System Component delivered and updated by the Microsoft store on Windows Desktop versions, and via Updates on Windows Server 2025.

You can [get App Installer from the Microsoft Store](https://apps.microsoft.com/detail/9nblggh4nns1). If it's already installed, make sure it is updated with the latest version.

> [!NOTE]
> The **WinGet** command line tool is only supported on Windows 10 1709 (build 16299) or later at this time. WinGet will not be available until you have logged into Windows as a user for the first time, triggering Microsoft Store to register the Windows Package Manager as part of an asynchronous process. If you have recently logged in as a user for the first time and find that WinGet is not yet available, you can open PowerShell and enter the following command to request this WinGet registration: `Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe`.
Expand Down