Click here to Skip to main content
15,892,643 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Current I am using Environment.OSVersion Property (System) to get the osversion.
But when its used for windows 10 it gives windows NT version windows 8 which is 6.2*
But I want 10.0*.

So how i should go ?
Posted
Updated 22-Jun-15 21:17pm
v2

See https://msdn.microsoft.com/library/windows/desktop/ms724832.aspx[^]. If the returned value is incorrect then you should complain to Microsoft.
 
Share this answer
 
Here you can find the answer :-

https://msdn.microsoft.com/en-US/library/windows/desktop/dn481241.aspx
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900