注册表.CurrentUser为空
本文关键字:为空 CurrentUser 注册表 | 更新日期: 2023-09-27 18:04:21
我使用以下属性在我的代码中设置/读取注册表值。然而,在这一行中:
RegistryKey regKey = Registry.CurrentUser;
regKey为空。这种情况只发生在少数机器上。任何想法?
RegistryKey regRPP = Registry.CurrentUser.CreateSubKey(@"Software'Softech'FaceReader");
//这是它将创建的路径
regRPP.SetValue("FaceReaderURL", "http://localhost/pnm/v4_spp/");