From 2ad110117672d2e7705e4dd3bc6a0c04a667e366 Mon Sep 17 00:00:00 2001 From: Muhammad Danish <88161975+mdanish-kh@users.noreply.github.com> Date: Sat, 10 May 2025 02:12:20 +0500 Subject: [PATCH] Use Microsoft.Windows.Settings module for enabling developer mode --- .config/configuration.winget | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/configuration.winget b/.config/configuration.winget index 092cdced..aa869d5b 100644 --- a/.config/configuration.winget +++ b/.config/configuration.winget @@ -2,14 +2,14 @@ # Reference: https://github.com/microsoft/winget-create#building-the-client properties: resources: - - resource: Microsoft.Windows.Developer/DeveloperMode + - resource: Microsoft.Windows.Settings/WindowsSettings directives: description: Enable Developer Mode allowPrerelease: true # Requires elevation for the set operation securityContext: elevated settings: - Ensure: Present + DeveloperMode: true - resource: Microsoft.WinGet.DSC/WinGetPackage id: vsPackage directives: