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