How to get just the os

aewarnick

Senior Contributor
Joined
Jan 29, 2003
Messages
1,031
Is there any way to get just the operating systems
ex: "Windows '95"
I have had to use Environment.OSVersion and then chop it up to get just Windows '95.
 
and Environment.OSVersion is not specific enouph.
For example, I have xp, but it retuns nt and not xp. Nt is not the same as xp in many ways (probably).

Does anyone know of any other way to get the operating system?
 
Environment.OSVersion is fine. You just have to figure out what to do with the version numbers it gives you. Do some research.
 
I just read a bunch of that faq you posted. It was very good. I will look for what to do with the version numbers and will post back.
 
Back
Top