Skip to content

Commit 2a574d0

Browse files
authored
Elevated for exported Microsoft.Windows.Settings (microsoft#5444)
1 parent 11c0786 commit 2a574d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/AppInstallerCLICore/Workflows/ConfigurationFlow.cpp

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

0 commit comments

Comments
 (0)