### Brief description of your issue `Microsoft.Windows.Settings` color mode does not update on all monitors ### Steps to reproduce ```ps Invoke-DscResource -ModuleName "Microsoft.Windows.Settings" -Name "WindowsSettings" -Method Set @{ AppColorMode = "Light" } ``` ### Expected behavior Works on all monitors ### Actual behavior Only primary window is updated ### Environment ```shell N/A ```