C#读取注册表
摘要://1.向注册表中写信息using (RegistryKey key = Registry.LocalMachine.OpenSubKey(@"", true)){ if (key == null) { using (RegistryKey myKey = Registry.LocalMachine.CreateSubKey(@"SOFTWARE\EricSun\MyTestKey")) { myKey.SetValue("MyKeyName", "Hello EricSun." + DateTime.Now.To
阅读全文
posted @ 2014-02-18 14:55
浙公网安备 33010602011771号