Is it possible to read/write to registry in Windows Runtime Component

283 views Asked by At

I'm developing a Windows 8.1 application.

Is it possible to read from and write to registry from the Windows Runtime Component (.winmd)?

1

There are 1 answers

2
Nasser AlNasser On BEST ANSWER

You can't access to the registry from WinRT (8.1/ 10) Application type.. But if you want to save data/ settings.. check the ApplicationData.Current.LocalSettings API