I'm developing a Windows 8.1 application.
Is it possible to read from and write to registry from the Windows Runtime Component (.winmd)?
I'm developing a Windows 8.1 application.
Is it possible to read from and write to registry from the Windows Runtime Component (.winmd)?
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