Skip to content

Commit ec379bc

Browse files
committed
false
1 parent c0062e3 commit ec379bc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/AppInstallerCLICore/Workflows/ConfigurationFlow.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ namespace AppInstaller::CLI::Workflow
8787
{
8888
return {
8989
{ {}, { { s_UnitType_WinGetUserSettingsFile_DSCv3 } } },
90-
{ L"Microsoft.Windows.Settings", { { L"Microsoft.Windows.Settings/WindowsSettings", true } } },
90+
// 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 } } },
9192
};
9293
}
9394

0 commit comments

Comments
 (0)