Giter VIP home page Giter VIP logo

win11syscheck's Introduction

Build Status Download Ko-fi

Win11SysCheck

Windows 11 compability check software with user friendly output

image

GUI available as experimental release in experimental_ui branch

Contributing

  • Fork it(https://github.com/mq1n/Win11SysCheck/fork)
  • Create your feature branch: "git checkout -b my-new-feature".
  • Commit your changes: "git commit -am 'Add some feature'".
  • Push to the branch: "git push origin my-new-feature".
  • Submit a pull request.

License

Win11SysCheck is free and open source software, it is using the GPL-3.0 license

win11syscheck's People

Contributors

mq1n avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

win11syscheck's Issues

Intel m3-8100Y complains 'Unsupported Intel CPU detected'

I'm running it with a Intel m3-8100Y which is on the list: windows11supportedintelprocessors, while the tool says 'Unsupported Intel CPU detected' ๐Ÿ˜‚

Here's the output:

Windows 11 minimum requirement checker tool: 'C:\Users\straw\Downloads\Win11SysCheck.exe' started!
S Mode checking...
        Version: 10.0
        Product type: 101
S Mode check passed!
CPU checking...
        Active processor count: 4
        Processor arch: 9
        Processor count: 4
        Processor: 1 Speed: 1608
        Processor: 2 Speed: 1608
        Processor: 3 Speed: 1608
        Processor: 4 Speed: 1608
        Processor level: 6 revision: 142 9 vendor: GenuineIntel
Unsupported Intel CPU detected!
Press any key to continue . . .

error 13

I'm getting the following error:

GetPhysicallyInstalledSystemMemory failed with error: 13

Tested RAM (2 x 8 GB DDR4 2666 MHz) with memtest86+, all fine.

When I run win11syscheck again it skips all previous checks and jumps immediately to the error message, is there some log file from a previous test to be deleted?

CPU clock speed check is wrong

PROCESSOR_POWER_INFORMATION.CurrentMhz is obviously wrong, because it depends on power management. The processor may have been throttled below 1GHz.

I don't think PROCESSOR_POWER_INFORMATION contains the correct processor speed at all. MaxMhz may be the number to check for, but without verifying that it actually is, it'd be better to parse the Processor Brand String from CPUID, e.g. "Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz".

The brand string can be obtained in ASCII by copying the 3*4*4 bytes in EAX..EDX obtained from CPUID.EAX[0x8000_0002..0x8000_0004] into a buffer. The brand string ends with MHz, GHz or THz and contains a number with a decimal dot before that.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.