# Prereq: Install-Module Microsoft.WinGet.DSC -Force # Apply with: winget configure -f dev-config.winget --accept-configuration-agreements --disable-interactivity - resource: Microsoft.Windows.Settings/WindowsSettings directives: description: Enable Developer Mode allowPrerelease: true securityContext: elevated settings: DeveloperMode: true - resource: Microsoft.Windows.Developer/EnableDarkMode directives: description: Enable dark mode allowPrerelease: true settings: Ensure: Present RestartExplorer: true