user3383301
user3383301

Reputation: 1911

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

I am using windows mobile device 6 with compact framework c# .

I need to get the following data :

  1. OEM Name
  2. OEM Version

How to acheive this ?

Upvotes: 0

Views: 327

Answers (1)

josef
josef

Reputation: 5959

There is no standard for this information and no API.

Look thru the registry for HKLM\Platform or other location with the information you need.

Upvotes: 1

Related Questions