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

290 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 best solutions below

2
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