Opened 9 years ago

Last modified 3 years ago

#3299 closed defect

Fix Windows 10 version detection — at Initial Version

Reported by: historic_bruno Owned by:
Priority: Should Have Milestone: Alpha 24
Component: Core engine Keywords:
Cc: Patch:

Description

r15869 added detection for Windows 10, which at that time was version 6.4. Microsoft has since changed their scheme and will use 10.0 as the version number. However, with the latest Insider Preview, the CurrentVersion registry key we use lists "6.3" or Windows 8.1. I don't yet know if this is a bug or intentional.

At any rate, it's not recommended by MS to detect versions through the registry, they suggest either using the new version helpers API or the methods described in this article.

Change History (0)

Note: See TracTickets for help on using tickets.