2

I am trying to determine if the user's Windows 10 version is v1511 or v1607. I tried using navigator, but that only gives me the user agent string with just Windows NT 10.0:

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36

How can I tell which Windows 10 version the user is on?

Mikev
  • 1,844
  • 1
  • 11
  • 22
  • 1
    You can't. If your user doesn't tell you in their headers, then you can't magically dig into their machine. This is the beauty of the browser sandbox. – Maximilian Burszley Aug 20 '18 at 22:45
  • 2
    [Try this link to a similar question](https://stackoverflow.com/questions/9514179/how-to-find-the-operating-system-version-using-javascript) – Joshua Espana Aug 20 '18 at 22:50

0 Answers0