From 4e48afc0be0709431bd99ccfc79a9018bb62f6a9 Mon Sep 17 00:00:00 2001 From: Rohit Sharma Date: Fri, 25 Oct 2024 11:15:46 +0530 Subject: [PATCH] Update index.md The "get App Installer from the Microsoft Store" link is returning 503 and it does not point to the store web app. Updated the link to point to the App Installer app on store. --- hub/package-manager/winget/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub/package-manager/winget/index.md b/hub/package-manager/winget/index.md index 335d844e2e..f3dc953507 100644 --- a/hub/package-manager/winget/index.md +++ b/hub/package-manager/winget/index.md @@ -14,7 +14,7 @@ The **WinGet** command line tool enables users to discover, install, upgrade, re Windows Package Manager **WinGet** command-line tool is available on Windows 11 and modern versions of Windows 10 as a part of the **App Installer**. -You can [get App Installer from the Microsoft Store](https://www.microsoft.com/p/app-installer/9nblggh4nns1#activetab=pivot:overviewtab). If it's already installed, make sure it is updated with the latest version. +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. The WinGet tool will not be available until you have logged into Windows as a user for the first time, triggering Microsoft Store to register 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`.