Skip to content

Bogus check for Windows 11 #4237

Closed
Closed
@pepone

Description

@pepone

get { return Platform == PlatformID.Win32NT && Version.Major == 11 && Product == ProductType.WorkStation; }

This check was added recently but it is not correct, Windows 11 major version is still 10, need to also check the build number

see https://www.codeproject.com/Articles/5336372/Windows-11-Version-Detection

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions