I planned to create a Windows 8 Store App but reluctantly had to switch to desktop application. I found that Windows 8 Store Apps fail to detect second screen, which is necessary for me.
The intention still is to mimic the behaviour of Windows Store App as much as possible. Partly to educate myself but also to use a modern nice design. I use WPF with very similar design (App bars, Navigation bar, snappy await-async pattern, etc)
Now I come to the point where I need to store settings! I would really like to use the very convenient central storage available through Microsoft Live login. Is that possible even if I don't have Windows Store App? Clients might be Windows 7 or Windows 8. Can I make the user login to Microsoft Live and use these facilities?