Environment.OSVersion.ToString
My.Computer.Info.OSVersion.ToString
Both the above segments result in "6.2.9200.0", shouldn't there be a difference between Windows 8.1 and Windows 8? How can I distinguish between the two?
Environment.OSVersion.ToString
My.Computer.Info.OSVersion.ToString
Both the above segments result in "6.2.9200.0", shouldn't there be a difference between Windows 8.1 and Windows 8? How can I distinguish between the two?