diff --git a/src/AppInstallerCLICore/Workflows/ConfigurationFlow.cpp b/src/AppInstallerCLICore/Workflows/ConfigurationFlow.cpp index 9b16824ab0..39051083aa 100644 --- a/src/AppInstallerCLICore/Workflows/ConfigurationFlow.cpp +++ b/src/AppInstallerCLICore/Workflows/ConfigurationFlow.cpp @@ -87,8 +87,7 @@ namespace AppInstaller::CLI::Workflow { return { { {}, { { s_UnitType_WinGetUserSettingsFile_DSCv3 } } }, - // TODO: Set ElevationRequired to true after https://github.com/PowerShell/DSC/issues/786 is fixed - { L"Microsoft.Windows.Settings", { { L"Microsoft.Windows.Settings/WindowsSettings", false } } }, + { L"Microsoft.Windows.Settings", { { L"Microsoft.Windows.Settings/WindowsSettings", true } } }, }; }