About 9,190,000 results
Open links in new tab
  1. c# - Get PC (system) information on a Windows machine - Stack Overflow

    Jan 20, 2011 · Is there a way to get the following information by using C#? PC Name, Service Tag, CPU type, CPU speed, Size of the C:\ drive, Installed RAM, OS name, OS Product Key, …

  2. .net - C# - How to get the machine information - Stack Overflow

    Jul 19, 2017 · Using C#, I am creating a simple application for retrieving the machine information using the C# code itself. So far, I have found the following libraries to help getting certain …

  3. Easy way to get the System Information in .NET

    Apr 2, 2024 · How to get system information easy and fast in .NET ? Getting the system information with .NET could cause a huge I/O load on you app or service , specially when you …

  4. System Information - Windows Forms | Microsoft Learn

    Learn how to incorporate computer system information into Windows Forms applications using the System.Windows.Forms.SystemInformation class.

  5. c# - How do I get the computer name in .NET - Stack Overflow

    Nov 20, 2009 · Some methods are given below to get machine name or computer name. Method 1:-string MachineName1 = Environment.MachineName; Method 2:-string MachineName2 = …

  6. Get System Information Using C# Code - C# Corner

    This code shows how to retrieve much information about the system, like computer ID, hard disk, processors, operating system, other hardware and so on. For this we will use the …

  7. Using C# to Find Out What Your Computer is Made of

    Jul 1, 2015 · In this post, we’ll take a high level view of some of what’s available, and make a small command line tool that can output various details both to the console and in a text file …

  8. Fetch Hardware Information Using C# - Techno Thirsty

    Jul 27, 2017 · To achieve this task we will be using Windows Management Instrumentation (WMI), which would be achieved under System.Management namespce. Below is the code snippet …

  9. Get Your Hardware Information Using C# - C# Corner

    In this article I will discuss how to get information about your system hardware such as available CPU Id, Physical Memory, BIOS-Information, CPU-Speed, Motherboard Maker, CPU Maker. …

  10. Get System Information in C# - MorganTechSpace

    Aug 27, 2015 · This article shares C# code samples to get system or machine information like Operation System , Processor Architecture and Drive Details using the built-in class …

  11. Some results have been removed