WhyNotWin11
WhyNotWin11 copied to clipboard
Improve ARM Processor CPU Speed Detection
This software is good but it only works on x86 processors. Even though it can run on WOA because of the compatibility layer, it can't provide comprehensive information. The WOA ecosystem is growing, so native ARM64 version may be needed.

The supported Qualcomm processors are shown below.
https://docs.microsoft.com/en-us/windows-hardware/design/minimum/supported/windows-11-supported-qualcomm-processors
I don't think that native is possible, because autoit does not support support arm.
I won't be able to make a native ARM64 version, but I can implement improvements for proper detection on Supported Qualcomm Processors. I'm assuming this is in regards to the Architecture check. Odd that it wasn't able to mark the CPU as Compatible as it's in the Qualcomm list. Finally, can you send me a copy of Save All Information from dxdiag?
Sure : ) But my Windows is in Chinese. Hoping it would not trouble you.
I won't be able to make a native ARM64 version, but I can implement improvements for proper detection on Supported Qualcomm Processors. I'm assuming this is in regards to the Architecture check. Odd that it wasn't able to mark the CPU as Compatible as it's in the Qualcomm list. Finally, can you send me a copy of
Save All Informationfrom dxdiag?
Driver Model: 2.6 WDDM
DXDIAG WHYYYYY. Will fix this in an upcoming build to pass WDDM check
@I-Rinka Could you test latest stable release, are there any improvements?
The left one is x64 version and the right is x86 version. Only CPU frequency has problem.
So a regression then :/
The left one is x64 version and the right is x86 version. Only CPU frequency has problem.
This is probably the same issue that intel chips have where it reports current speed as max speed instead of max possible speed.
@rcmaehl is the cpu speed exact same issue as with intel x86_64 cpus? if yes then this issue should be closed, because the applications works/detects same on arm and on x86_64
@I-Rinka can you try the latest build:
https://nightly.link/rcmaehl/WhyNotWin11/workflows/wnw11/main/WNW11.zip

It works.
Oh, the CPU Frequency is still not a correct value when I look close to it. It just turns green.
Should be fixed in the latest build.
https://nightly.link/rcmaehl/WhyNotWin11/workflows/wnw11/main/WNW11.zip

Basically it's right. But.. I don't know, probably the emulated processor has a slightly lower frequency.
Not sure how to improve this unfortunately, just glad it's properly passing now.
the CPU Speed detects on registry only and it may inaccurate