Skip to content

Instantly share code, notes, and snippets.

@woachk
Created October 5, 2021 13:18
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woachk/acdec052f560694f464af6bf446ff0b9 to your computer and use it in GitHub Desktop.
Save woachk/acdec052f560694f464af6bf446ff0b9 to your computer and use it in GitHub Desktop.
Blocked CPUs under Windows 11
[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