摘要:
using(Microsoft.Win32.RegistryKey regKey = Registry.LocalMachine.OpenSubKey(@"SOFTWARE",true)) { RegistryKey configMgmt = regKey.OpenSubKey( "ConfigurationManagement", true ); if( configMg... 阅读全文
posted @ 2005-05-19 16:05
battlerstar
阅读(610)
评论(0)
推荐(0)