
Retrieving PC or System Information
To retrieve PC or System information (things like the operating system, domain name, logical drives, IP address, or environment variables), use the System class and the Environment class. List of name space used in the project using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Net;using Microsoft.Win32;using System.Collections;private void Form1_Load(object sender,