Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9246217
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T09:26:39+00:00 2026-06-18T09:26:39+00:00

Possible Duplicate: Windows VC++ Get Machine Model Name I saw box.net detecting PC manufacturers

  • 0

Possible Duplicate:
Windows VC++ Get Machine Model Name

I saw box.net detecting PC manufacturers and giving the users extra space in Windows 8. Which api can I use to find out the manufacturer?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T09:26:40+00:00Added an answer on June 18, 2026 at 9:26 am

    You could use Windows Management Instrumentation

    This example is in C#, hope it works for you.

    string manufacturer = string.Empty;
    ManagementClass mc = new System.Management.ManagementClass("Win32_BIOS");
    ManagementObjectCollection moc = mc.GetInstances();
    foreach (ManagementObject mo in moc)
    {
        if (string.IsNullOrEmpty(result))
        {
            try
            {
                if (mo["Manufacturer"] != null) 
                     manufacturer = mo["Manufacturer"].ToString();
                break;
            }
            // Show the exception (just for test purpose)
            catch(Exception ex)
            {
                MessageBox.Show(ex.Message)
            }
        }
    }
    Console.WriteLine(manufacturer.Trim());
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: How to get the application executable name in Windows (C++ Win32 or
Possible Duplicate: How to get Windows native look for the .NET TreeView? I'm wondering
Possible Duplicate: How to get the application executable name in Windows (C++ Win32 or
Possible Duplicate: How to get the sort order in Delphi as in Windows Explorer?
Possible Duplicate: C# - How to get Program Files (x86) on Windows Vista 64
Possible Duplicate: Writing a Windows system tray application with .NET I want to develop
Possible Duplicate: Windows Impersonation from C# How do you get a User Identity? I
Possible Duplicate: Get path of executable I'm programming on Windows using MinGW, gcc 4.4.3.
Possible Duplicate: How to get the current OS version of Windows Phone? How to
Possible Duplicate: Vista/7: How to get glass color? Since Windows Vista it is possible

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.