windows-runtimeregistrywindows-8.1read-writewinmd

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


I'm developing a Windows 8.1 application.

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


Solution

  • 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