Microsoft.Win32.RegistryKey key; key = Microsoft.Win32.Registry.CurrentUser.CreateSubKey("Names"); //Microsoft.Win32.Registry.LocalMachine.CreateSubKey("Names"); key.SetValue("Name", "Eddie"); key.Close();
Screenshot
Lab Core | The Lab of MrNetTek
A blog about IT, technical solutions, and code.