I want to get value from registry, but value is null
I check key in registry and exist in specific path with value
RegistryKey key = Registry.LocalMachine.OpenSubKey("SOFTWARE\\MICROSOFT\\WINDOWS");
string st = key.GetValue("LastVerify").ToString();
I asked this question before and mark it as duplicate, I find several question about this and I use answers but again have problem.