A
A
Alexey Zus2017-04-12 15:20:26
.NET
Alexey Zus, 2017-04-12 15:20:26

The internal version of Win 10 is similar to Win 8\server 2012. What is the reason?

When I return the Environment.OSVersion value, I get 6.2.9200. This internal version corresponds to Win 8\2012 which share a common codebase. But for 10, as far as I know, the version should be completely different, something like 10.0. I here thought that the given property returns value which as I assume contains in this or that file (wine). Is it somehow connected with my "purchased key"... Well, you understand what I mean =) Perhaps when activating the OS 10 components \ values ​​\u200b\u200bwere replaced by Win 8 \ server 2012?
Thanks in advance!
P.S. OS is expensive =( But there are plans to buy =)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
res2001, 2017-04-12
@res2001

Rather, it's something with your registry / .net
Check what the commands issue on the command line:
wmic path Win32_OperatingSystem get version
and
ver

D
dmfun, 2017-04-13
@dmfun

To cut through the version, read also the product name
SOFTWARE\Microsoft\Windows NT\CurrentVersion ProductName
value And the fact that 6 is returned instead of 10 is a jamb of the operating system. You need to finish a lot by hand yourself, because it does not work the way it is written in the documentation. :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question