private static void PlaceRegistryKey() { var key = Registry .LocalMachine.OpenSubKey( @"SOFTWARE\Classes\CLSID\{a6519e67-7632-4375-afdf-caa889744403}\ServerBinary", true); key?.SetValue(null, LogitechPath + @"\LogitechLed.dll"); }