摘要: 引用 Microsoft.Win32;private void button1_Click(object sender, EventArgs e) { Microsoft.Win32.RegistryKey _Key = Microsoft.Win32.Registry.CurrentUser; _Key = _Key.OpenSubKey("SoftWare"); _Key = _Key.OpenSubKey("Microsoft"); _Key = _Key.OpenSubKey("Windows"); _Key = _Key.O 阅读全文
posted @ 2011-09-04 14:04 把爱延续 阅读(998) 评论(0) 推荐(0)