Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Amazon Echos + windows 11 are not defined #624

Closed
redimongo opened this issue Jan 9, 2023 · 1 comment
Closed

Amazon Echos + windows 11 are not defined #624

redimongo opened this issue Jan 9, 2023 · 1 comment

Comments

@redimongo
Copy link

I know this script was nether meant to be able detect everything but I noticed a few issues.

Noticed that the windowsVersionMap does not support Windows 11. Is it even possible? Rumour has it that Windows 11 browsers are reporting as Windows 10.

 windowsVersionMap = {
            'ME'        : '4.90',
            'NT 3.11'   : 'NT3.51',
            'NT 4.0'    : 'NT4.0',
            '2000'      : 'NT 5.0',
            'XP'        : ['NT 5.1', 'NT 5.2'],
            'Vista'     : 'NT 6.0',
            '7'         : 'NT 6.1',
            '8'         : 'NT 6.2',
            '8.1'       : 'NT 6.3',
            '10'        : ['NT 6.4', 'NT 10.0'],
            'RT'        : 'ARM'

Also our users are accessing our system using Echo/1.0(APNG) now we know that that is Amazon, Echo devices. sadly we are not able to tell what device it. How do we add this to the software.

@BriannaMason6770927
Copy link

The automatic update to Windows 11, version 22H2 will happen gradually starting with those devices that have been using version 21H2 for the longest period of time.

faisalman added a commit that referenced this issue Mar 31, 2023
(cherry picked from commit df1a1c7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants