What's new

[C#] PCInfo - Simple Information Retrieving

Z61

Z61

Some times our saints are sinners
Retired
Programmer Forum Addict Odysseus' Summit
Messages
5,468
Reaction score
3,429
Points
1,042
Sin$
0
I've built a simple app to get basic information about your system, then dump that information into a text file. I thought of this, due to the problems people are having with this program.

What it dumps:
  • OS Version (Full version not friendly)
  • Memory Architecture (32bit or 64bit)
  • Latest's .NET installed
Example Dump:
Operating System: Microsoft Windows NT 6.1.7600.0
Operating System Bit Type: 64bit
.NET Framework Version: 4.0

MD5 Checksum:
390A15621C0403EAA87D81449A113223

Download:
http://www.mediafire.com/?4jye2z63oho2ylc

Virus Scan:
1. http://virusscan.jotti.org/en/scanresult/6449c178556a845454a10ed26e9e01b6d107302a
2. http://vscan.novirusthanks.org/analysis/390a15621c0403eaa87d81449a113223/cGNpbmZvLXppcA==/
 
Last edited by a moderator:
GoldBl4d3

GoldBl4d3

VIP
VIP
Retired
Programmer Mythical Veteran Legendary Veteran
Messages
3,785
Reaction score
1,452
Points
600
Sin$
0
I've built a simple app to get basic information about your system, then dump that information into a text file.
What it dumps:
  • OS Version (Full version not friendly)
  • OS Bit Type (32bit or 64bit)
  • Highest .NET installed
Example Dump:

This source will be uploaded soon but can't be asked at the moment.
MD5 checksum:390A15621C0403EAA87D81449A113223
Download:http://www.mediafire.com/?4jye2z63oho2ylc
Virus Scan:http://virusscan.jotti.org/en/scanresult/6449c178556a845454a10ed26e9e01b6d107302a
I thought of this, due to the problems people are having with this program.
I will be updating this eventually but can't be asked because it is late.

Cool but you may want to change the words "Bit Type" to "Memory Architecture" because that's what it is. You have a 32 bit memory architecture or a 64 bit memory architecture.
 
Mimz

Mimz

Just figured this out.I'm a smart cookie.12/27
Messages
282
Reaction score
60
Points
85
Sin$
7
Very nice! When I saw this I actually thought about how useful this could be :tongue:
Anyway man, I did find a possible fix on my program, look at one of my last posts and see if it worked for you now?
 
Z61

Z61

Some times our saints are sinners
Retired
Programmer Forum Addict Odysseus' Summit
Messages
5,468
Reaction score
3,429
Points
1,042
Sin$
0
Cool but you may want to change the words "Bit Type" to "Memory Architecture" because that's what it is. You have a 32 bit memory architecture or a 64 bit memory architecture.
Thanks, I'm fixing it now.
 
Top Bottom
Login
Register