using Microsoft.Win32;string regpath = "SOFTWARE\\License"; //it is my pathRegistryKey regKey = Registry.LocalMachine.OpenSubKey(regpath);string regValue = (string)regKey.GetValue("licensevalue");//licensevalue is my key name