Skip to content

Commit 3f9d2ff

Browse files
authored
Update date, add FAQ link to Dev Home machine config
1 parent 011bfc7 commit 3f9d2ff

File tree

1 file changed

+5
-1
lines changed
  • hub/package-manager/configuration

1 file changed

+5
-1
lines changed

hub/package-manager/configuration/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: WinGet Configuration
33
description: WinGet Configuration uses the winget configure command, PowerShell, and a YAML-formatted configuration file listing all of the software versions, packages, tools, and settings required to achieve the set up the desired state of the development environment on your Windows machine. Minimizing manual project setup and onboarding to a single command that is reliable and repeatable.
4-
ms.date: 07/10/2023
4+
ms.date: 09/28/2023
55
ms.topic: overview
66
---
77

@@ -93,6 +93,10 @@ The [PowerShell Gallery](https://www.powershellgallery.com/packages) hosts hundr
9393

9494
Yes. [Group Policy Objects](/microsoft-365/compliance/device-onboarding-gp) **EnableWindowsPackageManagerConfiguration** and **EnableWindowsPackageManagerConfigurationExplanation** can be utilized for disabling WinGet Configuration feature in your organization.
9595

96+
### Where can I learn more about using WinGet Configurations with Dev Home and Dev Drives?
97+
98+
Learn more about using the Machine Configuration tool in Windows 11 Dev Home in the article [Set up your Windows development environment with Dev Home](/windows/dev-home/setup). You may also be interested in learning how to use the more performance optimized Dev Drive storage volumes, see [Set up a Dev Drive on Windows 11](/windows/dev-drive/).
99+
96100
## Troubleshooting WinGet Configurations
97101

98102
The most common reason for a WinGet Configuration to fail is due to a PowerShell DSC resource requiring administrative access to apply the desired state. Not all DSC resources surface explicit reasons for failure.

0 commit comments

Comments
 (0)