0
winget.configure
18 lines 551 B View raw
1# Prereq: Install-Module Microsoft.WinGet.DSC -Force 2# Apply with: winget configure -f dev-config.winget --accept-configuration-agreements --disable-interactivity 3 4- resource: Microsoft.Windows.Settings/WindowsSettings 5 directives: 6 description: Enable Developer Mode 7 allowPrerelease: true 8 securityContext: elevated 9 settings: 10 DeveloperMode: true 11 12- resource: Microsoft.Windows.Developer/EnableDarkMode 13 directives: 14 description: Enable dark mode 15 allowPrerelease: true 16 settings: 17 Ensure: Present 18 RestartExplorer: true
Sign up or login to add to the discussion