Hi,
Few computer properties to print in C#(Existing functionalities),may be helpful
Computer Name: Environment.MachineName;
Processor Architecture: Environment.OSVersion;
Operating System Version:Environment. GetEnvironmentVariable("PROCESSOR_ARCHITECTURE")
Hope its helpful,
Happy Coding
Few computer properties to print in C#(Existing functionalities),may be helpful
Computer Name: Environment.MachineName;
Processor Architecture: Environment.OSVersion;
Operating System Version:Environment. GetEnvironmentVariable("PROCESSOR_ARCHITECTURE")
Hope its helpful,
Happy Coding