Allowing user to change quality

As far as I see, the configuration screen is not visible at the start of Windows Store games (unlike stand-alone exe’s). Is it possible to make that screen seen once again?

What I am trying to achieve is to let desktop users play the game in higher quality settings, as I need to keep the default quality for lowest for tablet users. Do I need to code a seperate “Change visual settings” screen myself?

Thank you very much!

It’s impossible to show such dialog for Windows Store Apps, as Windows Store Apps work in sandbox mode, meaning it’s impossible to show dialogs or other modular windows. Though I think it’s possible to change quality settings at runtime from code

You’ll need to do it through a custom menu option within your game.
Take a look at Unity - Scripting API: QualitySettings.SetQualityLevel