At our company we have this script created sometime ago that access windows registry using "
Microsoft.Win32.Registry.dll".
However, when trying to build the uwp version, we are getting “advapi64.dll missing” error.
Is there any alternative way to access windows registry that works in uwp builds?
Thanks