hi guys! im trying to add a subkey, "mySubKey", in LocalMachine but it wont work but when i try to add it in CurrentUser it works...any idea guys what the problem is? by the way, im login as administrator.
Code:
            RegistryKey RegInfo = Registry.LocalMachine;
            RegInfo.CreateSubKey("BCMDAlarm");
            RegInfo.SetValue("StringName", "value");