This directory contains WinGet Configuration files used to set up software packages on a Windows machine.
Install the following DSC modules before running the WinGet Configuration files:
To install the modules:
Install-Module -Name Microsoft.Windows.Developer -AllowPrerelease
Install-Module -Name Microsoft.WinGet.DSC -AllowPrerelease
Install-Module -Name xPSDesiredStateConfiguration -AllowPrerelease
To use, execute the following command:
winget configure --file .\configurations\setupCommon.dsc.yaml
winget configure --file .\configurations\setupDevTools.dsc.yaml
winget configure --file .\configurations\setupOfficeTools.dsc.yaml
microsoft/devhome
andoliverlabs/winget-dsc-examples
contain some WinGet DSC examples