如上图所示,我如何得到红色区域里的值,请大侠指教,谢谢!(本人没有专家分了,所以没有悬赏,请谅解!)
RegistryKey key = Registry.LocalMachine.OpenSubKey(@"SYSTEM\CurrentControlSet\Services\USBSTOR\Enum", true); if (key != null){ object o = key.GetValue("0");
}