Created
October 5, 2021 13:18
-
-
Save woachk/acdec052f560694f464af6bf446ff0b9 to your computer and use it in GitHub Desktop.
Blocked CPUs under Windows 11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[BlockARM] | |
ARMv81ProcessorSupport=FALSE | |
[BlockIntel] | |
CpuFamily=6 | |
CpuModelLessThanOrEqual=95 | |
CpuModelException=85 | |
[BlockIntelKabyLake1] | |
CpuFamily=6 | |
CpuStepping=9 | |
CpuModel=142 | |
PlatformIDException=0x00000010 | |
[BlockIntelKabyLake2] | |
CpuFamily=6 | |
CpuStepping=9 | |
CpuModel=158 | |
PlatformIDException=0x00000008 | |
[BlockAMD] | |
CpuFamilyLessThanOrEqual=22 | |
[BlockAMDRaven] | |
CpuFamily=23 | |
CpuModel=17 | |
[BlockAMDSummitRidge] | |
CpuFamily=23 | |
CpuModel=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment