如何使用 C# 从 Windows 读取 OEM 信息?

How do I read the OEM Information from Windows using C#?

我正在使用 windows 带有紧凑框架 c# 的移动设备 6。

我需要获取以下数据:

  1. OEM 名称
  2. OEM 版本

如何实现?

此信息没有标准,也没有API。

通过注册表查找 HKLM\Platform 或包含您需要的信息的其他位置。