111,129
社区成员
发帖
与我相关
我的任务
分享 RegistryKey pregkey = Registry.LocalMachine.OpenSubKey(@"Software\Microsoft\Windows\CurrentVersion\App Paths");//获取指定路径下的键 object displayName = null, installString = nulldisplayName = currentKey.GetValue("DisplayName"); //获取显示名称
installString = currentKey.GetValue("???"); //获取路径currentKey.GetValue( "" );