string userName = SystemInformation.UserName; string domainName = SystemInformation.UserDomainName; string computerName = SystemInformation.ComputerName; string SystemBootMode = SystemInformation.BootMode.ToString(); bool IsNetworkConnected = SystemInformation.Network;