From 565ed16a0e7f6060f18cf0be4926f3251eb321e7 Mon Sep 17 00:00:00 2001 From: Beth Pan Date: Fri, 3 Apr 2026 10:08:56 -0700 Subject: [PATCH 1/4] Add WinGet installation commands to start-here.md Added installation instructions for WinGet in the documentation when WinGet is not immediately available. --- hub/apps/get-started/start-here.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hub/apps/get-started/start-here.md b/hub/apps/get-started/start-here.md index bdc021ceaf..2539fffdf3 100644 --- a/hub/apps/get-started/start-here.md +++ b/hub/apps/get-started/start-here.md @@ -30,6 +30,13 @@ winget configure -f https://aka.ms/winui-config To review the config file and learn more, see its [README](https://github.com/microsoft/winget-dsc/blob/main/samples/Configuration%20files/Learn%20tutorials/WinUI/README.md) on GitHub. +> [!NOTE] +> If WinGet is not available by default in your environment, you can use the following commands to install it. See [Using WinGet](https://learn.microsoft.com/en-us/windows/package-manager/winget/) for more information. +```powershell +Install-Module -Name Microsoft.WinGet.Client -Force +Repair-WinGetPackageManager -AllUsers +``` + #### [Manual installation](#tab/manual) #### Enable Developer Mode From 75a7e9a8100a73205d1c8fc064d74e432270a425 Mon Sep 17 00:00:00 2001 From: Beth Pan Date: Fri, 3 Apr 2026 10:18:57 -0700 Subject: [PATCH 2/4] Apply suggestions from code review Co-authored-by: Beth Pan --- hub/apps/get-started/start-here.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub/apps/get-started/start-here.md b/hub/apps/get-started/start-here.md index 2539fffdf3..49b491fc51 100644 --- a/hub/apps/get-started/start-here.md +++ b/hub/apps/get-started/start-here.md @@ -31,7 +31,7 @@ winget configure -f https://aka.ms/winui-config To review the config file and learn more, see its [README](https://github.com/microsoft/winget-dsc/blob/main/samples/Configuration%20files/Learn%20tutorials/WinUI/README.md) on GitHub. > [!NOTE] -> If WinGet is not available by default in your environment, you can use the following commands to install it. See [Using WinGet](https://learn.microsoft.com/en-us/windows/package-manager/winget/) for more information. +> If WinGet is not available by default in your environment, you can use the following commands to install it. See [Using WinGet](https://learn.microsoft.com/windows/package-manager/winget/) for more information. ```powershell Install-Module -Name Microsoft.WinGet.Client -Force Repair-WinGetPackageManager -AllUsers From 1a78ded8b4d1b534c529a85a27cdb3d4f5296b22 Mon Sep 17 00:00:00 2001 From: Beth Pan Date: Fri, 10 Apr 2026 11:41:06 -0700 Subject: [PATCH 3/4] Update hub/apps/get-started/start-here.md --- hub/apps/get-started/start-here.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub/apps/get-started/start-here.md b/hub/apps/get-started/start-here.md index 49b491fc51..27f8437a1a 100644 --- a/hub/apps/get-started/start-here.md +++ b/hub/apps/get-started/start-here.md @@ -31,7 +31,7 @@ winget configure -f https://aka.ms/winui-config To review the config file and learn more, see its [README](https://github.com/microsoft/winget-dsc/blob/main/samples/Configuration%20files/Learn%20tutorials/WinUI/README.md) on GitHub. > [!NOTE] -> If WinGet is not available by default in your environment, you can use the following commands to install it. See [Using WinGet](https://learn.microsoft.com/windows/package-manager/winget/) for more information. +> If WinGet is not available by default in your environment, you can use the following commands to install it. See [Using WinGet](../../package-manager/winget/) for more information. ```powershell Install-Module -Name Microsoft.WinGet.Client -Force Repair-WinGetPackageManager -AllUsers From ddcd38eb881c2043d9ac8e58b71b30f21e6f845b Mon Sep 17 00:00:00 2001 From: Beth Pan Date: Fri, 10 Apr 2026 11:48:37 -0700 Subject: [PATCH 4/4] Fix link to 'Using WinGet' in start-here.md Updated the link for 'Using WinGet' to point to the correct index file. --- hub/apps/get-started/start-here.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub/apps/get-started/start-here.md b/hub/apps/get-started/start-here.md index 27f8437a1a..46d6f87369 100644 --- a/hub/apps/get-started/start-here.md +++ b/hub/apps/get-started/start-here.md @@ -31,7 +31,7 @@ winget configure -f https://aka.ms/winui-config To review the config file and learn more, see its [README](https://github.com/microsoft/winget-dsc/blob/main/samples/Configuration%20files/Learn%20tutorials/WinUI/README.md) on GitHub. > [!NOTE] -> If WinGet is not available by default in your environment, you can use the following commands to install it. See [Using WinGet](../../package-manager/winget/) for more information. +> If WinGet is not available by default in your environment, you can use the following commands to install it. See [Using WinGet](../../package-manager/winget/index.md) for more information. ```powershell Install-Module -Name Microsoft.WinGet.Client -Force Repair-WinGetPackageManager -AllUsers