We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0062e3 commit ec379bcCopy full SHA for ec379bc
1 file changed
src/AppInstallerCLICore/Workflows/ConfigurationFlow.cpp
@@ -87,7 +87,8 @@ namespace AppInstaller::CLI::Workflow
87
{
88
return {
89
{ {}, { { s_UnitType_WinGetUserSettingsFile_DSCv3 } } },
90
- { L"Microsoft.Windows.Settings", { { L"Microsoft.Windows.Settings/WindowsSettings", true } } },
+ // TODO: Set ElevationRequired to true after https://github.com/PowerShell/DSC/issues/786 is fixed
91
+ { L"Microsoft.Windows.Settings", { { L"Microsoft.Windows.Settings/WindowsSettings", false } } },
92
};
93
}
94
0 commit comments